From d7d42a0f547df372fc2a8480eb98e64f422c5122 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 28 Sep 2023 03:11:29 +0200 Subject: [PATCH] fix(vscode): weird wayland crash --- home/apps/vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/apps/vscode/settings.json b/home/apps/vscode/settings.json index b606969..c538892 100644 --- a/home/apps/vscode/settings.json +++ b/home/apps/vscode/settings.json @@ -144,5 +144,6 @@ "d.stdlibPath": "auto", "d.servedReleaseChannel": "beta", "dfmt.braceStyle": "otbs", - "d.alwaysShowDubStatusButtons": true + "d.alwaysShowDubStatusButtons": true, + "window.titleBarStyle": "custom" }