Skip to content

Commit 0170c0f

Browse files
Update settings.json
1 parent f81c501 commit 0170c0f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@
1111
"window.restoreWindows": "preserve",
1212
"workbench.editorAssociations": {
1313
"*.md": "vscode.markdown.preview.editor"
14-
}
14+
},
15+
"workbench.colorTheme": "Default Dark+",
16+
"workbench.iconTheme": "vscode-icons",
17+
"github.copilot.enable": {
18+
"python": false,
19+
"html": false,
20+
"css": false,
21+
"SQL": false
22+
}
1523
}

0 commit comments

Comments
 (0)