Skip to content

Commit 8194371

Browse files
committed
update
1 parent e596890 commit 8194371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 () => {

packages/amazonq/src/lsp/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)