We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fb5ac commit 8d9b591Copy full SHA for 8d9b591
1 file changed
.vscode/settings.json
@@ -26,7 +26,7 @@
26
// ========================================================================
27
28
29
- "git.autofetch": true, // Automatically fetch changes from the remote repository
+ "git.autofetch": true,
30
31
// Prettier
32
@@ -449,9 +449,9 @@
449
450
451
452
- "workbench.editor.enablePreview": false, // Disable preview mode for editors to keep files open
453
- "workbench.colorTheme": "Default Dark+", // Set the color theme to Default Dark+
454
- "workbench.iconTheme": "vscode-icons", // Use vscode-icons for file icons
+ "workbench.editor.enablePreview": false,
+ "workbench.colorTheme": "Default Dark Modern",
+ "workbench.iconTheme": "vscode-icons",
455
456
// ...
457
0 commit comments