File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ export function isValidConfigSection(section: unknown): section is ConfigSection
3636}
3737
3838export const defaultAmazonQLspConfig : ExtendedAmazonQLSPConfig = {
39- manifestUrl : 'https://aws-toolkit-language-servers.amazonaws.com /qAgenticChatServer/0/manifest.json' ,
40- supportedVersions : '1.*.*' ,
39+ manifestUrl : 'https://d3akiidp1wvqyg.cloudfront.net /qAgenticChatServer/0/manifest.json' , // TODO swap this back
40+ supportedVersions : '*' , // TODO swap this back
4141 id : 'AmazonQ' , // used across IDEs for identifying global storage/local disk locations. Do not change.
4242 suppressPromptPrefix : 'amazonQ' ,
4343 path : resolvePath ( '~/aws-lsp-codewhisperer.js' ) , // '/Volumes/workplace/aws-language-servers/app/aws-lsp-codewhisperer-runtimes/out/agent-standalone.js'
You can’t perform that action at this time.
0 commit comments