Skip to content

Commit e8c1e89

Browse files
committed
also support 0.1.20 lsp
1 parent 8507010 commit e8c1e89

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
@@ -66,7 +66,7 @@ export interface Manifest {
6666
}
6767
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
6868
// this LSP client in Q extension is only going to work with these LSP server versions
69-
const supportedLspServerVersions = ['0.1.19']
69+
const supportedLspServerVersions = ['0.1.20', '0.1.19']
7070

7171
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
7272

0 commit comments

Comments
 (0)