File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3131}
3232
3333export const defaultAmazonQLspConfig : ExtendedAmazonQLSPConfig = {
34- manifestUrl : 'https://aws-toolkit-language-servers.amazonaws.com/qAgenticChatServer/0/manifest.json' ,
35- supportedVersions : '1.*.*' ,
34+ // Note: the current manifestUrl and supportedVersions are used for alpha manifest testing only and should not be merged to master.
35+ manifestUrl : 'https://d3akiidp1wvqyg.cloudfront.net/qAgenticChatServer/0/manifest.json' ,
36+ supportedVersions : '*' ,
3637 id : 'AmazonQ' , // used across IDEs for identifying global storage/local disk locations. Do not change.
3738 suppressPromptPrefix : 'amazonQ' ,
3839 path : undefined ,
You can’t perform that action at this time.
0 commit comments