Skip to content

Commit dd1b6bf

Browse files
committed
lsp 0.1.18
1 parent 9be34f3 commit dd1b6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ export interface Manifest {
6464
targets: Target[]
6565
}[]
6666
}
67-
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.17.json'
67+
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.18.json'
6868
// this LSP client in Q extension is only going to work with these LSP server versions
69-
const supportedLspServerVersions = ['0.1.17']
69+
const supportedLspServerVersions = ['0.1.18']
7070

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

0 commit comments

Comments
 (0)