From fb6baed4dc2da7c0fabb6c7ebc83223a565347c0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 13 Feb 2026 09:47:11 +0000 Subject: [PATCH] feat(settings): add Glaze window decoration settings Enable the Glaze extension for custom window decorations while keeping status bar and activity bar unaffected. Co-Authored-By: Claude Opus 4.6 --- settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/settings.json b/settings.json index 0e76387..99d49e5 100644 --- a/settings.json +++ b/settings.json @@ -24,6 +24,7 @@ // // Disable automatic extension updates. "extensions.autoUpdate": false, + // // =========================================================================== // MARK: Window // =========================================================================== @@ -40,6 +41,16 @@ "window.titleBarStyle": "custom", // // =========================================================================== + // MARK: Window Decorations + // =========================================================================== + // Extension: + // - https://marketplace.visualstudio.com/items?itemName=jimeh.glaze + // + "glaze.enabled": true, + "glaze.elements.statusBar": false, + "glaze.elements.activityBar": false, + // + // =========================================================================== // MARK: Workbench // =========================================================================== //