Skip to content

Commit bc1256b

Browse files
committed
lsp version to 0.1.39
1 parent 6065695 commit bc1256b

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
@@ -61,9 +61,9 @@ export interface Manifest {
6161
targets: Target[]
6262
}[]
6363
}
64-
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.38.json'
64+
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.39.json'
6565
// this LSP client in Q extension is only going to work with these LSP server versions
66-
const supportedLspServerVersions = ['0.1.38']
66+
const supportedLspServerVersions = ['0.1.39']
6767

6868
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
6969

0 commit comments

Comments
 (0)