Skip to content

Commit f81c501

Browse files
Update devcontainer.json
1 parent ce66789 commit f81c501

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@
2929
"window.restoreWindows": "preserve",
3030
"workbench.editorAssociations": {
3131
"*.md": "vscode.markdown.preview.editor"
32-
}
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+
}
3341
},
3442
"extensions": [
3543
"McCarter.start-git-bash",

0 commit comments

Comments
 (0)