Skip to content

Commit dc62bd3

Browse files
Update settings.json
1 parent df8690c commit dc62bd3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,13 @@
77
"window.restoreWindows": "preserve",
88
"workbench.editorAssociations": {
99
"*.md": "vscode.markdown.preview.editor"
10-
}
10+
},
11+
"workbench.colorTheme": "Default Dark+",
12+
"workbench.iconTheme": "vscode-icons",
13+
"github.copilot.enable": {
14+
"python": false,
15+
"html": false,
16+
"css": false,
17+
"SQL": false
18+
}
1119
}

0 commit comments

Comments
 (0)