Skip to content

Releases: snyk/vscode-extension

v2.2.0

02 Jan 11:14
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.

v2.1.3

19 Dec 09:09
a1c763b
Compare
Choose a tag to compare

Added

  • Snyk LS: Snyk Open Source Security features now use Language Server backend
  • Snyk OSS: Squiggly warning underlines for direct and transitive vulnerabilities
  • Snyk OSS: Squiggly underlines colour coded based on severity
  • Snyk OSS: Vulnerability count text includes transitive vulnerabilities
  • Snyk OSS: Vulnerability count text includes breakdown of vulnerabilities by severity
  • Snyk OSS: Hovers lists vulnerabilities and shows summary (without typo)
  • Snyk OSS: Hovers show information from security.snyk.io/vuln database
  • Snyk OSS: CodeActions shows actions available for all vulnerabilities

v2.1.2

12 Dec 09:09
14a7921
Compare
Choose a tag to compare

Added

  • Snyk LS: Snyk Open Source Security features now use Language Server backend
  • Snyk OSS: Squiggly warning underlines for direct and transitive vulnerabilities
  • Snyk OSS: Squiggly underlines colour coded based on severity
  • Snyk OSS: Vulnerability count text includes transitive vulnerabilities
  • Snyk OSS: Vulnerability count text includes breakdown of vulnerabilities by severity
  • Snyk OSS: Hovers lists vulnerabilities and shows summary (without typo)
  • Snyk OSS: Hovers show information from security.snyk.io/vuln database
  • Snyk OSS: CodeActions shows actions available for all vulnerabilities

v2.1.1

05 Dec 12:54
7d05d3e
Compare
Choose a tag to compare

Added

  • Snyk LS: Snyk Open Source Security features now use Language Server backend
  • Snyk OSS: Squiggly warning underlines for direct and transitive vulnerabilities
  • Snyk OSS: Squiggly underlines colour coded based on severity
  • Snyk OSS: Vulnerability count text includes transitive vulnerabilities
  • Snyk OSS: Vulnerability count text includes breakdown of vulnerabilities by severity
  • Snyk OSS: Hovers lists vulnerabilities and shows summary (without typo)
  • Snyk OSS: Hovers show information from security.snyk.io/vuln database
  • Snyk OSS: CodeActions shows actions available for all vulnerabilities

v2.0.0

21 Nov 09:07
8a16c16
Compare
Choose a tag to compare

Fixed

  • Expanded the server settings returned by LanguageClientMiddleware to include necessary attributes for consistent initialization across the application.

Added

  • Introduced the defaultToTrue utility function within LanguageServerSettings to treat undefined feature flags as enabled by default.

Changed

  • Enhanced the ServerSettings type to include user-specific attributes such as integrationName, integrationVersion, automaticAuthentication, and deviceId. This unification simplifies the configuration management.

BREAKING CHANGES

  • The fromConfiguration method in LanguageServerSettings now requires a User object to initialize server settings, impacting all areas of the application where server settings are consumed.
  • LanguageClientMiddleware instantiation now requires a User object, aligning with new server settings structure. Consumers must now pass a User object upon middleware creation.

v1.25.5

14 Nov 09:07
185b605
Compare
Choose a tag to compare

Changed

  • Improved UI: updated issue details panels, used vscode colors where possible, new meta section for Code
  • Optimized messages in the UI

v1.25.4

09 Nov 12:37
185b605
Compare
Choose a tag to compare

Changed

  • Improved UI: updated issue details panels, used vscode colors where possible, new meta section for Code
  • Optimized messages in the UI

v1.25.3

07 Nov 09:08
185b605
Compare
Choose a tag to compare

Changed

  • Improved UI: updated issue details panels, used vscode colors where possible, new meta section for Code
  • Optimized messages in the UI

v1.25.2

31 Oct 09:09
185b605
Compare
Choose a tag to compare

Changed

  • Improved UI: updated issue details panels, used vscode colors where possible, new meta section for Code
  • Optimized messages in the UI

v1.25.1

24 Oct 09:09
185b605
Compare
Choose a tag to compare

Changed

  • Improved UI: updated issue details panels, used vscode colors where possible, new meta section for Code
  • Optimized messages in the UI