home,vscode: add workaround for crashing on wayland

ref: https://github.com/microsoft/vscode/issues/184124
This commit is contained in:
Guanran Wang 2023-11-15 20:48:58 +08:00
parent bcc73c04c7
commit 3c2192c0f7
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -40,6 +40,8 @@
"window.menuBarVisibility" = "toggle";
"workbench.colorTheme" = "Tokyo Night";
"window.titleBarStyle" = "custom"; # workaround
# Extensions
### GitLens
"gitlens.telemetry.enabled" = false;