vscodium: set default themes
it always tried to set the themes by itself at runtime and then complained due to readonly settings
This commit is contained in:
parent
e84b06a09e
commit
13a6dc0f66
|
@ -345,6 +345,8 @@ in
|
|||
userSettings = {
|
||||
"editor.fontLigatures" = true;
|
||||
"window.autoDetectColorScheme" = true;
|
||||
"workbench.preferredDarkColorScheme" = "Default Dark Modern";
|
||||
"workbench.preferredLightColorScheme" = "Default Light Modern";
|
||||
"[nix]" = {
|
||||
"editor.insertSpaces" = true;
|
||||
"editor.tabSize" = 2;
|
||||
|
|
Loading…
Reference in a new issue