We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce66789 commit f81c501Copy full SHA for f81c501
1 file changed
.devcontainer/devcontainer.json
@@ -29,7 +29,15 @@
29
"window.restoreWindows": "preserve",
30
"workbench.editorAssociations": {
31
"*.md": "vscode.markdown.preview.editor"
32
- }
+ },
33
+ "workbench.colorTheme": "Default Dark+",
34
+ "workbench.iconTheme": "vscode-icons",
35
+ "github.copilot.enable": {
36
+ "python": false,
37
+ "html": false,
38
+ "css": false,
39
+ "SQL": false
40
+ }
41
},
42
"extensions": [
43
"McCarter.start-git-bash",
0 commit comments