Releases: snyk/vscode-extension
Releases · snyk/vscode-extension
v1.2.12
Added
- Command to set API token manually together with a placeholder setting for users to find the command.
v1.2.11
Fixed
- "Error: Unable to write to User Settings because snyk.token is not a registered configuration." appearing during token migration to secret storage.
v1.2.10
Added
- Encryption for when storing the Snyk token after successful login.
- Surface request ID when Snyk Code analysis fail in the output channel.
Changed
- Extension name to "Security - Code and Open Source Dependencies".
Fixed
- "Illegal argument: character must be non-negative" error upon receiving Snyk
Code analysis.
Removed
- The token text field from the extension configuration and will not be visible anymore.
v1.2.9
Added
- Check Snyk Code enablement using configured organization from settings.
- Prevent Snyk Code Local Code Engine users from uploading the code to Snyk servers.
Changed
- Increase navigation button sizes in Snyk Code example fixes.
- Analysis duration removed from the results tree.
Fixed
- Do not present the user with error view when token is invalid.
- Proxy environments handling.
- Transient error handling for Snyk Code.
v1.2.8
Fixed
- Automatic scanning not working for Windows environments.
- Failing Open Source Security scan for .NET projects.
- Snyk Code suggestion view being blank periodically when opening an issue.
v1.2.7
Added
- Automatic crash reporting for caught and uncaught errors.
- Analytics for vulnerability count hovers.
- Preview feature toggles.
Changed
- Extension feedback link.
Fixed
- Authentication flow for users whose routers cannot resolve IPv6 address.
v1.2.6
Fixed
- Correct user identification in analytics.
v1.2.5
Fixed
- Authentication flow for users who have IPv6 address.
- Snyk Code issues not always opening up from the issue tree.
v1.2.4
Added
- Use user environment settings when spawning Snyk CLI as a child process.
Fixed
- Snyk Code 'Show this suggestion' quick fix not opening the view from an editor.
- Snyk Code suggestion view not displaying when navigating multiple times to the same issue.
v1.2.3
Changed
- Use standard VS Code buttons for ignoring Snyk Code suggestions in webview.
- Improved network outage tolerance for Snyk Code requests.
- Feedback link updated.
Added
- Surface vulnerability count from OSS scan in editor for JavaScript and TypeScript files.
- Surface vulnerability count from OSS scan in editor for package.json for NPM projects.
- Surface imported modules as part of
<script>
element in editor for HTML files. - Retry CLI download when CLI is not installed correctly and scan is requested.
- Show CLI download failure within the Open Source Security tree view.
- Ability to run A/B experiments using Amplitude Experiment.
Removed
- Commit comments as part of Snyk Code suggestion view.