Update devcontainer.json with copilot extension (#1556)

This commit is contained in:
gagb 2024-02-06 17:45:25 -08:00 committed by GitHub
parent 6ab0487fad
commit 2d171f1a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter",
"visualstudioexptteam.vscodeintellicode"
"visualstudioexptteam.vscodeintellicode",
"GitHub.copilot"
],
"settings": {
"terminal.integrated.profiles.linux": {