refactor: change VSCode color theme from Default Light+ to Default Dark+
Some checks failed
Nix Format Check / check-format (push) Failing after 40s

This commit is contained in:
2025-03-04 11:18:01 +01:00
parent c8944e8ed6
commit b30d3257b5
2 changed files with 7 additions and 7 deletions

View File

@ -62,7 +62,7 @@
"go.toolsManagement.autoUpdate": true,
"redhat.telemetry.enabled": false,
"makefile.configureOnOpen": false,
"workbench.colorTheme": "Default Light+",
"workbench.colorTheme": "Default Dark+",
"geminicodeassist.project": "",
"cloudcode.duetAI.project": ""
}