Skip to content

Commit d049af6

Browse files
committed
update manifest url
1 parent 2284e44 commit d049af6

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
@@ -32,7 +32,7 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3232

3333
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
3434
manifestUrl:
35-
'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/cb9158dd012b2126b48b97974fb326820081ac64/qAgenticServerManifest.json', // TODO swap this back
35+
'https://raw.githubusercontent.com/aws/aws-toolkit-vscode/2284e44d4c5953f84c1b4543aeec040c4e434b2e/qAgenticServerManifest.json', // TODO swap this back
3636
supportedVersions: '*', // TODO swap this back
3737
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
3838
suppressPromptPrefix: 'amazonQ',

0 commit comments

Comments
 (0)