We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a02d60 commit e37b521Copy full SHA for e37b521
packages/amazonq/src/lsp/client.ts
@@ -34,6 +34,7 @@ import {
34
getOptOutPreference,
35
isAmazonInternalOs,
36
fs,
37
+ getClientId,
38
} from 'aws-core-vscode/shared'
39
import { processUtils } from 'aws-core-vscode/shared'
40
import { activate } from './chat/activation'
@@ -120,7 +121,7 @@ export async function startLanguageServer(
120
121
name: 'AmazonQ-For-VSCode',
122
version: '0.0.1',
123
},
- clientId: crypto.randomUUID(),
124
+ clientId: getClientId(globals.globalState),
125
126
awsClientCapabilities: {
127
q: {
0 commit comments