File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export async function startLanguageServer(
147147 getLogger ( 'amazonqLsp' ) . error ( 'Unable to update bearer token: %s' , ( e as Error ) . message )
148148 clearInterval ( authInterval )
149149 }
150- } , 30 * 1000 ) // every 30 seconds
150+ } , 10 * 1000 ) // every 10 seconds
151151
152152 toDispose . push (
153153 AuthUtil . instance . auth . onDidChangeActiveConnection ( async ( ) => {
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export const defaultAmazonQLspConfig: LspConfig = {
1010 manifestUrl : 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json' ,
1111 supportedVersions : '^3.1.1' ,
1212 id : 'AmazonQ' , // used across IDEs for identifying global storage/local disk locations. Do not change.
13+ suppressPromptPrefix : 'amazonQ' ,
1314 path : undefined ,
1415}
1516
You can’t perform that action at this time.
0 commit comments