fix vscode crash

This commit is contained in:
Dmitriy Kholkin 2023-09-16 00:52:05 +03:00
parent e5356beece
commit 0732d60d11
2 changed files with 1 additions and 8 deletions

View File

@ -145,8 +145,7 @@ in
# Temp fix crash on startup # Temp fix crash on startup
# See https://github.com/microsoft/vscode/issues/184124 # See https://github.com/microsoft/vscode/issues/184124
"window.menuBarVisibility" = "toggle"; "window.menuBarVisibility" = "toggle";
# "window.menuBarVisibility" = "hidden"; "window.titleBarStyle" = "custom";
# "window.titleBarStyle" = "custom";
### ###
"workbench.colorTheme" = "Tokyo Night"; "workbench.colorTheme" = "Tokyo Night";
"workbench.iconTheme" = "material-icon-theme"; "workbench.iconTheme" = "material-icon-theme";

View File

@ -285,12 +285,6 @@ in with config.deviceSpecific; with lib; {
env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1 env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1
env=QT_QPA_PLATFORMTHEME=qt5ct env=QT_QPA_PLATFORMTHEME=qt5ct
'' ''
# Temp fix crash on startup
# See https://github.com/microsoft/vscode/issues/184124
''
windowrulev2=float,class:^(code-url-handler)$
windowrulev2=float,class:^(Element)$
''
### ###
'' ''
exec=${importGsettings} exec=${importGsettings}