We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d6137 commit 4737d17Copy full SHA for 4737d17
.devcontainer/devcontainer.json
@@ -13,12 +13,6 @@
13
"vscode": {
14
"settings": {
15
"terminal.integrated.shell.linux": "/bin/bash",
16
- // Disable GitHub Copilot in this workspace (all languages)
17
- "github.copilot.enable": { "*": false },
18
- // Disable inline suggestions globally (covers Copilot and others)
19
- "editor.inlineSuggest.enabled": false,
20
- // Disable Copilot Chat (key name tolerated even if extension absent)
21
- "github.copilot.chat.enable": false
22
},
23
"extensions": [
24
"ms-vscode.node-debug2",
0 commit comments