mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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
|
||||
// ===========================================================================
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user