Closed CarloPalinckx closed 4 years ago
Hi @CarloPalinckx,
You may version your VSCode project settings by checking in .vscode/settings.json
into version control. The .vscode/settings.json
should automatically be created when you change your "workspace" settings. ~Please do take note that VSCode does not currently support variable values in your configuration (https://github.com/launchdarkly/ld-vscode/issues/15), so we'd advise against checking your LaunchDarkly SDK key into version control.~
It would be great if there was support for a config file to set the extension's options. This way it can be versioned in a codebase which avoids every developer having to configure the extension.