Skip to content

Releases: launchdarkly/ld-vscode

[2.2.3] - 2020-03-24

24 Mar 18:47
676000f
Compare
Choose a tag to compare

Added

  • Added "Open in browser" link to hover display

[2.2.2] - 2020-02-24

24 Feb 16:53
56fe520
Compare
Choose a tag to compare

Changed

  • Improved formatting and readability of hover display
  • Feature flag metadata used for hover is now cached

[2.2.1] - 2020-02-21

21 Feb 21:24
e316212
Compare
Choose a tag to compare

Added

  • The hover display surfaces the feature flag's name

[2.2.0] - 2020-01-06

06 Jan 18:19
3b5e6d7
Compare
Choose a tag to compare

Added

  • The extension now contributes a LaunchDarkly: Configure command to configure or reconfigure the extension. The extension will prompt users to configure on installation or update, or on obsolete configurations (see Changed section)

Changed

  • It is now possible to configure the extension without storing secrets in settings.json. Use the LaunchDarkly: Configure command to configure the extension. With this change, the accessToken configuration option is now deprecated, and will be automatically cleared when the LaunchDarkly: Configure is ran and completed.
  • The sdkKey configuration option is now obsolete. The SDK key will now be inferred from the configured project and environment.

[2.1.2] - 2019-12-26

27 Dec 02:27
1738d15
Compare
Choose a tag to compare

[2.1.2] - 2019-12-26

Fixed

  • Fixed an error log when cursor position was in an invalid state

Changed

  • Cleaned up debug logging
  • The extension will no longer initially display a warning message when not configured.

2.1.1

24 Jun 22:09
caaa4dd
Compare
Choose a tag to compare

[2.1.1] - 2019-06-24

Changed

  • The extension is now bundled with webpack to reduce artifact size (5.8mb -> 800kb)

2.1.0

21 Jun 18:07
23e04c1
Compare
Choose a tag to compare

[2.1.0] - 2019-06-21

Changed

  • Updated dependencies to resolve security vulnerabilities with transitive dependencies.
  • Fixed error message typo. Thanks @InTheCloudDan

2.0.4

07 Feb 19:34
442afa5
Compare
Choose a tag to compare

[2.0.4] - 2019-02-07

Changed

  • Locked indirect dependency node.extend to versions ^1.1.7.

2.0.3

27 Nov 01:08
6b787b3
Compare
Choose a tag to compare

[2.0.3] - 2018-11-26

Fixed

  • The previous version of ld-vscode had shipped with a potentially vulnerable version of event-stream, a dependency used by the vscode api. This version downgrades event-stream to a previous version that did not contain this vulnerability. More information on this vulnerability can be found here: dominictarr/event-stream#116.

2.0.2

04 Oct 16:29
2a3bacd
Compare
Choose a tag to compare

[2.0.2] - 2018-10-04

⚠ PSA: Version 2.0.2 contains a dependency vulnerability in event-stream and should not be used.

Fixed

  • Fixed a bug causing hovers on non-flag string literals to indefinitely display loading text