Skip to content

Commit d399b75

Browse files
committed
update lsp binary
1 parent ad7baa8 commit d399b75

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

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

0 commit comments

Comments
 (0)