Skip to content

Commit

Permalink
feat: enable GitHub Copilot preview features (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Feb 17, 2025
1 parent 9df4fd1 commit 77e5930
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
100
],
"files.autoSave": "onFocusChange",
"github.copilot.chat.agent.enabled": true,
"github.copilot.chat.edits.codesearch.enabled": true,
"github.copilot.chat.edits.enabled": true,
"github.copilot.nextEditSuggestions.enabled": true,
"python.defaultInterpreterPath": "/workspaces/substrate/.venv/bin/python",
"python.terminal.activateEnvironment": true,
"terminal.integrated.env.linux": {
Expand Down
3 changes: 3 additions & 0 deletions template/.devcontainer/devcontainer.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
100
],
"files.autoSave": "onFocusChange",
"github.copilot.chat.agent.enabled": true,
"github.copilot.chat.edits.codesearch.enabled": true,
"github.copilot.chat.edits.enabled": true,
"github.copilot.nextEditSuggestions.enabled": true,
"jupyter.kernels.excludePythonEnvironments": [
"/usr/local/bin/python"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
100
],
"files.autoSave": "onFocusChange",
"github.copilot.chat.agent.enabled": true,
"github.copilot.chat.edits.codesearch.enabled": true,
"github.copilot.chat.edits.enabled": true,
"github.copilot.nextEditSuggestions.enabled": true,
"jupyter.kernels.excludePythonEnvironments": ["/usr/local/bin/python"],
"mypy-type-checker.importStrategy": "fromEnvironment",
"mypy-type-checker.preferDaemon": true,
Expand Down

0 comments on commit 77e5930

Please sign in to comment.