Skip to content

Commit

Permalink
feat: add GitHub Copilot VS Code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Dec 3, 2024
1 parent 4ee45cc commit dfba29e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"vscode": {
"extensions": [
"DavidAnson.vscode-markdownlint",
"GitHub.copilot",
"GitHub.copilot-chat",
"ms-python.python",
"tamasfe.even-better-toml",
"visualstudioexptteam.vscodeintellicode"
Expand All @@ -19,7 +21,8 @@
"editor.rulers": [
100
],
"files.autoSave": "onFocusChange"
"files.autoSave": "onFocusChange",
"github.copilot.chat.edits.enabled": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"vscode": {
"extensions": [
"charliermarsh.ruff",
"GitHub.copilot",
"GitHub.copilot-chat",
{%- if cookiecutter.continuous_integration == "GitHub" %}
"GitHub.vscode-github-actions",
"GitHub.vscode-pull-request-github",
Expand Down Expand Up @@ -42,6 +44,7 @@
100
],
"files.autoSave": "onFocusChange",
"github.copilot.chat.edits.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 dfba29e

Please sign in to comment.