home,vscode: add workaround for crashing on wayland
ref: https://github.com/microsoft/vscode/issues/184124
This commit is contained in:
parent
bcc73c04c7
commit
3c2192c0f7
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
"workbench.colorTheme" = "Tokyo Night";
|
"workbench.colorTheme" = "Tokyo Night";
|
||||||
|
|
||||||
|
"window.titleBarStyle" = "custom"; # workaround
|
||||||
|
|
||||||
# Extensions
|
# Extensions
|
||||||
### GitLens
|
### GitLens
|
||||||
"gitlens.telemetry.enabled" = false;
|
"gitlens.telemetry.enabled" = false;
|
||||||
|
|
Loading…
Reference in a new issue