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

Problems with disabled extensions #20

Open jabacchetta opened 4 years ago

jabacchetta commented 4 years ago

There seems to be a couple issues with extensions that are in a disabled state:

  1. A profile is not saved with disabled extensions. This might be as intended, since it doesn't really make sense to load a profile with disabled extensions (you would just create another profile with those extensions enabled). But, it could be unexpected, causing disabled extensions to get wiped, potentially a problem if you don't remember which extensions those were.

  2. If you install an extension and disable it on one profile, then switch to another profile that has that extension enabled, the extension remains disabled.