Skip to content

Commit

Permalink
chore: bump LS Protocol version to 11 [IDE-236] (#450)
Browse files Browse the repository at this point in the history
* chore: bump LS Protocol version to 11 [IDE-236]

* docs: updated changelog
  • Loading branch information
bastiandoetsch authored Apr 9, 2024
1 parent 4d50858 commit 0005dae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Snyk Security Changelog

## [2.4.1]
- updated the language server protocol version to 11 to support global ignores

## [2.4.0]
- Added the [ Ignored ] text if the finding should be marked as ignored.

## [2.3.10]
### Added
- Added the [ Ignored ] text if the finding should be marked as ignored.
Expand Down
2 changes: 1 addition & 1 deletion src/snyk/common/constants/languageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Language Server name, used e.g. for the output channel
export const SNYK_LANGUAGE_SERVER_NAME = 'Snyk Language Server';
// The internal language server protocol version for custom messages and configuration
export const PROTOCOL_VERSION = 10;
export const PROTOCOL_VERSION = 11;

// LS protocol methods (needed for not having to rely on vscode dependencies in testing)
export const DID_CHANGE_CONFIGURATION_METHOD = 'workspace/didChangeConfiguration';
Expand Down

0 comments on commit 0005dae

Please sign in to comment.