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

Extension requires reload after install #21

Open jabacchetta opened 4 years ago

jabacchetta commented 4 years ago

When first installing, the extension requires a reload before saving a profile. Otherwise the following error occurs: Unable to write to User Settings because profileSwitcher.profiles is not a registered configuration.

Two potential solutions:

  1. Workaround so that a reload isn't required (no idea if this is possible).
  2. Show prompt to reload after installing, so that there aren't any surprises.