Skip to content

Releases: snyk/vscode-extension

v2.26.0

21 Oct 13:47
929244b

Choose a tag to compare

What's Changed

  • feat: update vscode extension dependencies [IDE-1460] by @acke in #663
  • fix: send IDE trusted folders to MCP server by @ShawkyZ in #664
  • fix: set cursor MCP env vars by @ShawkyZ in #665
  • chore: AG-4 create new rules for SAST only by @sathvi-k in #666
  • feat: analytics for security at inception by @ShawkyZ in #668
  • feat: AG-17 create security level picker by @sathvi-k in #669
  • fix: add memento for sat modal by @sathvi-k in #673

New Contributors

Full Changelog: v2.25.0...v2.26.0

v2.25.0

18 Sep 05:29
d6c0cbc

Choose a tag to compare

What's Changed

Full Changelog: v2.24.0...v2.25.0

v2.24.0

02 Sep 14:00
b2f8d3a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.23.1...v2.24.0

v2.23.1

29 Jul 08:00
1a075c6

Choose a tag to compare

What's Changed

Full Changelog: v2.23.0...v2.23.1

v2.23.0

17 Jul 08:14
4abb42b

Choose a tag to compare

  • Support early access of PAT authentication
  • Removed Snyk Code Quality feature. All related settings, configurations, and UI elements have been removed.
  • Removed scanning for vulnerabilities in JavaScript libraries referenced via CDN in HTML files.
  • Removed inline display of vulnerability counts for imports/requires in JavaScript/TypeScript files.
  • Renamed DeepCode AI Fix to Snyk Agent Fix
  • Fixed certificate handling when using custom certificates (NODE_EXTRA_CA_CERTS) in insecure mode to prevent hostname mismatch errors

v2.22.0

16 May 09:07
ba6b3e8

Choose a tag to compare

What's Changed

  • fix: update custom endpoint description [IDE-1057] by @acke in #593
  • fix: homogenize messages across products [IDE-936] by @bastiandoetsch in #594
  • fix: display error message, if we cannot parse the prompt, correct command description by @bastiandoetsch in #598
  • chore: deactivate some messages in gemini by @bastiandoetsch in #604
  • fix: Unsquish the loading spinner [IDE-1101] by @rrama in #603
  • fix: Change folder config storage from persisted to in-memory [IDE-668] by @bastiandoetsch in #600
  • docs: synchronizing README from snyk/user-docs by @github-actions in #602
  • fix: remove mcp notification by @ShawkyZ in #601
  • fix: event origin check by @DariusZdroba in #606
  • fix: preserve default CAs and append custom certs to Axios CA options [IDE-1098] by @ShawkyZ in #596
  • chore: bump LS protocol version by @andrewrobinsonhodges-snyk in #609
  • fix: ensure didChangeConfiguration sends correct folderConfig by @ShawkyZ in #610
  • feat: add scan source to workspace scan command by @bastiandoetsch in #607
  • fix: scan source by @ShawkyZ in #611
  • chore: fix/ignore lint errors [IDE-1102] by @rrama in #605
  • feat: handle IAW creation form [IDE-1075] by @rrama in #616
  • fix: move filtering ignored issues to the LS [IDE-899] by @rrama in #590

Full Changelog: v2.21.1...v2.22.0

v2.21.1

17 Apr 09:13
f495016

Choose a tag to compare

  • Gemini Tool fixes
  • Ensure default CAs are used when using proxy
  • Add scan source to workspace command

v2.21.0

13 Mar 14:08
96c6a08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.20.0...v2.21.0

v2.20.0

09 Jan 08:40
72371a9

Choose a tag to compare

  • reduce hover verbosity to only title and description
  • If $/snyk.hasAuthenticated transmits an API URL, this is saved in the settings.
  • Added CLI release channel.
  • Added option to change base URL to download CLI.
  • Run Snyk language Server from the CLI extension.
  • Change default CLI download path to be in extension directory.
  • Delete sentry reporting.
  • send analytics event "plugin installed" the first time the extension is started

v2.19.2

05 Nov 13:19
edffa9f

Choose a tag to compare

  • Update download endpoint to downloads.snyk.io.
  • Send correct FixId to AI Fix endpoint.
  • Hide AI Fix div if no fixes found.