Skip to content

Commit

Permalink
chore: bump ls protocol version to 18 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawkyZ authored Jan 15, 2025
1 parent 72371a9 commit 8bed8bf
Showing 1 changed file with 1 addition and 1 deletion.
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 = 17;
export const PROTOCOL_VERSION = 18;

// 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 8bed8bf

Please sign in to comment.