launchdarkly / ld-vscode

VSCode extension for LaunchDarkly
https://www.launchdarkly.com
Other
16 stars 8 forks source link

Add configuration menu workflow #29

Closed atrakh closed 4 years ago

atrakh commented 4 years ago

This PR adds a new method for configuration the extension through an interactive menu.

Included with these changes:

ldhenry commented 4 years ago

Cool stuff here. Not really sure why someone would want to do this, but is it possible to use different API keys for different VSCode workspaces?

atrakh commented 4 years ago

@ldhenry-- yup! The last step of the workflow asks if you want to store the configuration for all workspaces, or just the current one. The storage type is used for both configurable user settings and internal extension storage.