Releases: snyk/vscode-extension
Releases · snyk/vscode-extension
v2.3.1
Fixed
- Only send Amplitude events when connected to a MT US environment
v2.3.0
Fixed
- Only send Amplitude events when connected to a MT US environment
v2.2.1
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.2.0
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
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
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
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
Fixed
- Expanded the server settings returned by
LanguageClientMiddleware
to include necessary attributes for consistent initialization across the application.
Added
- Introduced the
defaultToTrue
utility function withinLanguageServerSettings
to treat undefined feature flags as enabled by default.
Changed
- Enhanced the
ServerSettings
type to include user-specific attributes such asintegrationName
,integrationVersion
,automaticAuthentication
, anddeviceId
. This unification simplifies the configuration management.
BREAKING CHANGES
- The
fromConfiguration
method inLanguageServerSettings
now requires aUser
object to initialize server settings, impacting all areas of the application where server settings are consumed. LanguageClientMiddleware
instantiation now requires aUser
object, aligning with new server settings structure. Consumers must now pass aUser
object upon middleware creation.
v1.25.5
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
Changed
- Improved UI: updated issue details panels, used vscode colors where possible, new meta section for Code
- Optimized messages in the UI