Skip to content

Commit 09b3910

Browse files
Remove IntelliCode extension from devcontainer
Intellicode is now deprecated. The suggested upgrade is GitHub Copilot Chat, but after a chat with Cristoph, he suggested that including it by default could prove problematic due to licensing issues of the code it generates.
1 parent 2fb70fb commit 09b3910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"github.vscode-pull-request-github",
5050
"streetsidesoftware.code-spell-checker",
5151
"yzhang.markdown-all-in-one",
52-
"visualstudioexptteam.vscodeintellicode",
5352
"ymotongpoo.licenser",
5453
"charliermarsh.ruff",
5554
"ms-python.mypy-type-checker",
56-
"-ms-python.autopep8"
55+
"-ms-python.autopep8",
56+
"-visualstudioexptteam.vscodeintellicode"
5757
]
5858
}
5959
},

0 commit comments

Comments
 (0)