Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>statusbar-switcherNew to Visual Studio Code? Get it now.
statusbar-switcher

statusbar-switcher

Satrong

|
13 installs
| (0) | Free
Switch any configuration in vscode status bar
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-statusbar-switcher

Switch any configuration in vscode status bar

Example

example

Here is an example of how to use this extension.

{
  "statusbar-switcher.config": [
    {
      "title": "主题",
      "target": "global",
      "items": [
        {
          "label": "暗",
          "config": {
            "workbench.colorTheme": "Bearded Theme HC Minuit",
            "editor.fontFamily": "IntelOne Mono",
            "workbench.sideBar.location": "right"
          }
        },
        {
          "label": "亮",
          "config": {
            "workbench.colorTheme": "Bearded Theme Milkshake Mint",
            "editor.fontFamily": "JetBrains Mono",
            "workbench.sideBar.location": "left"
          }
        }
      ]
    }
  ]
}

Commands

No data

Configs

Key Description Type Default
statusbar-switcher.config 配置切换列表 array []
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft