aaronpowell / vscode-profile-switcher

A VS Code extension for switching settings easily
https://marketplace.visualstudio.com/items?itemName=aaronpowell.vscode-profile-switcher&wt.mc_id=profileswitcher-github-aapowell
MIT License
177 stars 19 forks source link

select different profile color customizations #23

Open tomer-steinbach opened 4 years ago

tomer-steinbach commented 4 years ago
"profileSwitcher.storage": {
        "java": {
            "workbench.colorTheme": "Henna",
            "workbench.colorCustomizations": {
                "activityBar.background": "#111111"
            }
        },
        "ruby": {
            "workbench.colorTheme": "Henna",
            "workbench.colorCustomizations": {
                "activityBar.background": "#FF2A3B"
            }
        }
}

Is such functionality should be possible? It looks like the switcher ignores the "workbench.colorCustomizations" directive