Skip to content

Commit 2d9a202

Browse files
Update devcontainer.json
1 parent cb6db7b commit 2d9a202

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@
3131
"window.restoreWindows": "preserve",
3232
"workbench.editorAssociations": {
3333
"*.md": "vscode.markdown.preview.editor"
34-
}
34+
},
35+
"workbench.colorTheme": "Default Dark+",
36+
"workbench.iconTheme": "vscode-icons",
37+
"github.copilot.enable": {
38+
"python": false,
39+
"html": false,
40+
"css": false,
41+
"SQL": false
42+
}
3543
},
3644
"extensions": [
3745
"McCarter.start-git-bash",

0 commit comments

Comments
 (0)