Skip to content

Commit 97447cd

Browse files
committed
endpoint
1 parent 9387633 commit 97447cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
1111
}
1212

1313
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14-
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json',
15-
supportedVersions: '^3.1.1',
14+
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/remoteWorkspaceContext/0/manifest.json',
15+
supportedVersions: '^1.0.0',
1616
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
1717
suppressPromptPrefix: 'amazonQ',
1818
path: undefined,

0 commit comments

Comments
 (0)