Skip to content

Commit 9e6c472

Browse files
committed
move pre-configured settings
1 parent 4b6bee8 commit 9e6c472

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020
"ms-python.debugpy",
2121
"ms-python.python",
2222
"vsc-neuropilot.neuropilot-base"
23-
]
23+
],
24+
"settings": {
25+
"neuropilot.websocketUrl": "ws://host.docker.internal:8000",
26+
"neuropilot.permission.editActiveDocument": "Autopilot",
27+
"neuropilot.permission.create": "Copilot",
28+
"neuropilot.permission.rename": "Copilot",
29+
"neuropilot.permission.delete": "Copilot",
30+
"neuropilot.permission.runTasks": "Copilot"
31+
}
2432
}
2533
}
2634
}

.vscode/settings.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)