Skip to content

satrong/vscode-statusbar-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 []

Releases

No releases published

Packages

No packages published