Skip to content

Commit 1d82743

Browse files
committed
feat: point aws-toolkit-vscode master branch to langauage servers main branch to test the latest changes in both repositories
1 parent bfee0a9 commit 1d82743

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
@@ -35,7 +35,7 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3535
}
3636

3737
export const defaultAmazonQLspConfig: ExtendedAmazonQLSPConfig = {
38-
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json',
38+
manifestUrl: 'https://github.com/aws/language-servers/releases/download/agentic-alpha/manifest.json', // This manifest.json will be pointing to main branch of language servers repo(https://github.com/aws/language-servers/releases/tag/agentic-alpha)
3939
supportedVersions: '1.*.*',
4040
id: 'AmazonQ', // used across IDEs for identifying global storage/local disk locations. Do not change.
4141
suppressPromptPrefix: 'amazonQ',

0 commit comments

Comments
 (0)