Skip to content

Commit 77e5930

Browse files
authored
feat: enable GitHub Copilot preview features (#275)
1 parent 9df4fd1 commit 77e5930

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@
3232
100
3333
],
3434
"files.autoSave": "onFocusChange",
35+
"github.copilot.chat.agent.enabled": true,
36+
"github.copilot.chat.edits.codesearch.enabled": true,
3537
"github.copilot.chat.edits.enabled": true,
38+
"github.copilot.nextEditSuggestions.enabled": true,
3639
"python.defaultInterpreterPath": "/workspaces/substrate/.venv/bin/python",
3740
"python.terminal.activateEnvironment": true,
3841
"terminal.integrated.env.linux": {

template/.devcontainer/devcontainer.json.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858
100
5959
],
6060
"files.autoSave": "onFocusChange",
61+
"github.copilot.chat.agent.enabled": true,
62+
"github.copilot.chat.edits.codesearch.enabled": true,
6163
"github.copilot.chat.edits.enabled": true,
64+
"github.copilot.nextEditSuggestions.enabled": true,
6265
"jupyter.kernels.excludePythonEnvironments": [
6366
"/usr/local/bin/python"
6467
],

{{ cookiecutter.__project_name_kebab_case }}/.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
100
5555
],
5656
"files.autoSave": "onFocusChange",
57+
"github.copilot.chat.agent.enabled": true,
58+
"github.copilot.chat.edits.codesearch.enabled": true,
5759
"github.copilot.chat.edits.enabled": true,
60+
"github.copilot.nextEditSuggestions.enabled": true,
5861
"jupyter.kernels.excludePythonEnvironments": ["/usr/local/bin/python"],
5962
"mypy-type-checker.importStrategy": "fromEnvironment",
6063
"mypy-type-checker.preferDaemon": true,

0 commit comments

Comments
 (0)