Switch any configuration in vscode status bar
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"
}
}
]
}
]
}
No data
Key | Description | Type | Default |
---|---|---|---|
statusbar-switcher.config |
配置切换列表 | array |
[] |