1

Fix wayland vscode crash

This commit is contained in:
2023-10-15 15:22:19 +02:00
parent d94e6e1133
commit 0aaa1752c6

View File

@ -96,6 +96,10 @@ in {
"window.restoreWindows" = "none"; "window.restoreWindows" = "none";
"window.titleBarStyle" = "custom"; # NOTE: Should help with crashing on wayland?
# "window.titleBarStyle" = "native";
# "window.menuBarVisibility" = "toggle";
"workbench.enableExperiments" = false; "workbench.enableExperiments" = false;
"workbench.list.smoothScrolling" = true; "workbench.list.smoothScrolling" = true;
# "workbench.colorTheme" = "Default Light Modern"; # "workbench.colorTheme" = "Default Light Modern";