Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/amazonq/src/lsp/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import {
getOptOutPreference,
isAmazonInternalOs,
fs,
getClientId,
} from 'aws-core-vscode/shared'
import { processUtils } from 'aws-core-vscode/shared'
import { activate } from './chat/activation'
Expand Down Expand Up @@ -120,7 +121,7 @@ export async function startLanguageServer(
name: 'AmazonQ-For-VSCode',
version: '0.0.1',
},
clientId: crypto.randomUUID(),
clientId: getClientId(globals.globalState),
},
awsClientCapabilities: {
q: {
Expand Down
Loading