Skip to content

Commit 15b7766

Browse files
committed
pin the agentic server manifest
1 parent 7399e6e commit 15b7766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface ExtendedAmazonQLSPConfig extends LspConfig {
1212

1313
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
1414
manifestUrl:
15-
'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/refs/heads/agentic-chat-beta/qAgenticServerManifest.json', // TODO swap this back
15+
'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/7399e6e32e8f674fc16791944a0a99305b81045c/qAgenticServerManifest.json', // TODO swap this back
1616
supportedVersions: '*', // TODO swap this back
1717
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
1818
suppressPromptPrefix: 'amazonQ',

0 commit comments

Comments
 (0)