File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
{{ cookiecutter.__project_name_kebab_case }}/.devcontainer Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments