We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399e6e commit 15b7766Copy full SHA for 15b7766
packages/amazonq/src/lsp/config.ts
@@ -12,7 +12,7 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
12
13
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
14
manifestUrl:
15
- 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/refs/heads/agentic-chat-beta/qAgenticServerManifest.json', // TODO swap this back
+ 'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/7399e6e32e8f674fc16791944a0a99305b81045c/qAgenticServerManifest.json', // TODO swap this back
16
supportedVersions: '*', // TODO swap this back
17
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
18
suppressPromptPrefix: 'amazonQ',
0 commit comments