Skip to content

Commit 23fed8c

Browse files
authored
config(amazonq): update LSP endpoint to prod (#6663)
## Problem ## Solution update LSP endpoint to prod --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ed45b06 commit 23fed8c

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
@@ -60,7 +60,7 @@ export interface Manifest {
6060
targets: Target[]
6161
}[]
6262
}
63-
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.40.json'
63+
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
6464
// this LSP client in Q extension is only going to work with these LSP server versions
6565
const supportedLspServerVersions = ['0.1.40']
6666

0 commit comments

Comments
 (0)