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 <noreply@anthropic.com>
This commit is contained in:
Jim Myhrberg
2026-02-13 09:47:11 +00:00
parent acb2374aa5
commit fb6baed4dc

View File

@@ -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
// ===========================================================================
//