You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`launchdarkly.sdkKey`| Your LaunchDarkly SDK key. Required. | undefined |
18
-
|`launchdarkly.accessToken`| Your LaunchDarkly API access token. Required. | undefined |
19
-
|`launchdarkly.project`| Your LaunchDarkly project key, should match the provided SDK key. Required. | undefined |
17
+
|`launchdarkly.sdkKey`| Your LaunchDarkly SDK key. Required. |`undefined`|
18
+
|`launchdarkly.accessToken`| Your LaunchDarkly API access token. Required. |`undefined`|
19
+
|`launchdarkly.project`| Your LaunchDarkly project key, should match the provided SDK key. Required. |`undefined`|
20
20
|`launchdarkly.env`| Your LaunchDarkly environment key, should match the provided SDK key. | first environment |
21
21
|`launchdarkly.baseUri`| The LaunchDarkly base uri to be used. Optional. |`https://app.launchdarkly.com`|
22
22
|`launchdarkly.streamUri`| The LaunchDarkly stream uri to be used. Optional. |`https://stream.launchdarkly.com`|
23
-
|`launchdarkly.enableHover`| Enables flag info to be displayed on hover of a valid flag key. | true |
24
-
|`launchdarkly.enableAutocomplete`| Enable flag key autocompletion. | true |
23
+
|`launchdarkly.enableHover`| Enables flag info to be displayed on hover of a valid flag key. |`true`|
24
+
|`launchdarkly.enableAutocomplete`| Enable flag key autocompletion. |`true`|
25
25
26
26
**Note:** If you use quick suggestions to autocomplete words, LaunchDarkly autocomplete functionality requires the `editor.quickSuggestions.strings` setting to be enabled. Otherwise, you'll need to press `Ctrl+Space` (default binding) to see your flag key suggestions.
0 commit comments