From 6793f56d39176cb1848a81fd86735d75d6cc9c5d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Mar 2025 12:15:48 +0000 Subject: [PATCH] feat(settings): add command to toggle command center / custom title bar --- extensions.cursor.lock | 12 +++++++----- settings.json | 28 +++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/extensions.cursor.lock b/extensions.cursor.lock index ad1e4dd..03952c2 100644 --- a/extensions.cursor.lock +++ b/extensions.cursor.lock @@ -1,5 +1,5 @@ # cursor Extensions -# Generated on Sun Mar 9 01:54:18 GMT 2025 +# Generated on Wed Mar 12 12:00:50 GMT 2025 alefragnani.project-manager@12.8.0 antiantisepticeye.vscode-color-picker@0.0.4 @@ -16,7 +16,7 @@ connorshea.vscode-ruby-test-adapter@0.9.2 ctf0.macros@1.1.1 dbaeumer.vscode-eslint@3.0.10 dnut.rewrap-revived@1.16.3 -editorconfig.editorconfig@0.17.1 +editorconfig.editorconfig@0.17.2 emeraldwalk.runonsave@0.2.7 exiasr.hadolint@1.1.2 foxundermoon.shell-format@7.2.5 @@ -28,14 +28,16 @@ golang.go@0.46.1 gruntfuggly.todo-tree@0.0.226 hashicorp.terraform@2.34.3 hbenl.vscode-test-explorer@2.22.1 +hoovercj.vscode-settings-cycler@1.0.1 humao.rest-client@0.25.1 -hverlin.mise-vscode@0.47.8 +hverlin.mise-vscode@0.47.9 joshbolduc.commitlint@2.6.2 kahole.magit@0.6.66 karunamurti.haml@1.4.1 koichisasada.vscode-rdbg@0.2.2 letrieu.expand-region@0.1.4 m4ns0ur.base64@1.0.0 +matthewpi.caddyfile-support@0.4.0 mattn.lisp@0.1.12 mhutchie.git-graph@1.30.0 ms-azuretools.vscode-docker@1.29.4 @@ -59,13 +61,13 @@ redhat.vscode-xml@0.28.0 redhat.vscode-yaml@1.17.0 romanpeshkov.vscode-text-tables@0.1.5 rrudi.vscode-dired@0.0.9 -rust-lang.rust-analyzer@0.3.2330 +rust-lang.rust-analyzer@0.3.2337 shopify.ruby-extensions-pack@0.1.13 shopify.ruby-lsp@0.9.7 sidneys1.gitconfig@2.0.1 sorbet.sorbet-vscode-extension@0.3.40 stuart.unique-window-colors@1.0.51 -sumneko.lua@3.13.6 +sumneko.lua@3.13.8 swellaby.vscode-rust-test-adapter@0.11.0 tamasfe.even-better-toml@0.21.2 tootone.org-mode@0.5.0 diff --git a/settings.json b/settings.json index 7be06f8..273d586 100644 --- a/settings.json +++ b/settings.json @@ -433,14 +433,36 @@ // =========================================================================== // MARK: Command aliases // =========================================================================== + // Extension: + // - https://marketplace.visualstudio.com/items?itemName=ArturoDent.command-alias // "command aliases": { - // Sort Lines. - // Extension: https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines - "sortLines.sortLines": "sl" + "sortLines.sortLines": "sl", // Sort Lines - https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines + "settings.cycle.commandCenter": "Toggle Command Center" }, // // =========================================================================== + // MARK: Settings Cycle + // =========================================================================== + // Extension: + // - https://marketplace.visualstudio.com/items?itemName=hoovercj.vscode-settings-cycler + // + "settings.cycle": [ + { + "id": "commandCenter", + "overrideWorkspaceSettings": false, + "values": [ + { + "window.customTitleBarVisibility": "auto" + }, + { + "window.customTitleBarVisibility": "never" + } + ] + } + ], + // + // =========================================================================== // MARK: Macros // =========================================================================== // Extension: