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 e4cbe14 commit 40032b1Copy full SHA for 40032b1
.devcontainer/devcontainer.json
@@ -46,7 +46,8 @@
46
"aliariff.vscode-erb-beautify",
47
"eamodio.gitlens",
48
"setobiralo.erb-commenter",
49
- "firstdraft.terminal-clear"]
+ "firstdraft.terminal-clear",
50
+ "-github.copilot-chat"]
51
}
52
53
.vscode/settings.json
@@ -1,4 +1,6 @@
1
{
2
+ "chat.disableAIFeatures": true,
3
+ "workbench.secondarySideBar.defaultVisibility": "hidden",
4
"editor.tabSize": 2,
5
"editor.acceptSuggestionOnEnter": "off",
6
"editor.bracketPairColorization.enabled": false,
0 commit comments