Skip to content

Releases: snyk/vscode-extension

v2.3.8

13 Mar 17:38
af14ce5
Compare
Choose a tag to compare

Fixes

  • fix: shortened plugin name to just Snyk Security

v2.3.7

12 Mar 09:06
0ea189c
Compare
Choose a tag to compare

Changes

  • Removed Amplitude telemetry and corresponding setting from VSCode

v2.3.6

05 Mar 09:06
0ea189c
Compare
Choose a tag to compare

Changes

  • Removed Amplitude telemetry and corresponding setting from VSCode

v2.3.5

27 Feb 09:07
c26cdf3
Compare
Choose a tag to compare

Documentation

  • Updated the README.md file to correct and improve the links to the Visual Studio Code extension documentation.

v2.3.4

20 Feb 09:06
6bfc7d0
Compare
Choose a tag to compare

Fixes

  • Changing the custom endpoints has an effect on whether we sent Amplitude events or not

v2.3.3

06 Feb 09:07
2e65f47
Compare
Choose a tag to compare

Fixed

  • Snyk Code: Added isExampleLineEncoded boolean flag to CommitChangeLine type to prevent re-encoding strings in the UI of the example code blocks.

v2.3.2

30 Jan 09:07
c9f170e
Compare
Choose a tag to compare

Fixed

  • Only send Amplitude events when connected to a MT US environment

v2.3.1

23 Jan 09:07
c9f170e
Compare
Choose a tag to compare

Fixed

  • Only send Amplitude events when connected to a MT US environment

v2.3.0

16 Jan 09:06
c9f170e
Compare
Choose a tag to compare

Fixed

  • Only send Amplitude events when connected to a MT US environment

v2.2.1

09 Jan 09:06
19eaecf
Compare
Choose a tag to compare

Fixed

  • Snyk Code: Optimized performance by caching DOM element references in suggestion-details. This minimizes repetitive DOM queries, enhancing the responsiveness and efficiency of the webview.
  • Snyk Code: Corrected the visibility toggling behavior in the #suggestion-details section. Replaced inline styling with CSS class-based approach.