Skip to content

Commit cb2b396

Browse files
authored
update LSP version to 0.1.3 (aws#5320)
Upgrade the Amazon Q chat LSP to version 0.1.3.
1 parent 706a3a1 commit cb2b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/lsp/lspController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export interface Manifest {
6767
}
6868
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
6969
// this LSP client in Q extension is only going to work with these LSP server versions
70-
const supportedLspServerVersions = ['0.1.2']
70+
const supportedLspServerVersions = ['0.1.3']
7171

7272
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
7373
/*

0 commit comments

Comments
 (0)