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.
2 parents 7a88fea + 05cde57 commit 2b07759Copy full SHA for 2b07759
packages/amazonq/src/lsp/client.ts
@@ -34,6 +34,7 @@ import {
34
isAmazonInternalOs,
35
fs,
36
getClientId,
37
+ extensionVersion,
38
} from 'aws-core-vscode/shared'
39
import { processUtils } from 'aws-core-vscode/shared'
40
import { activate } from './chat/activation'
@@ -119,7 +120,7 @@ export async function startLanguageServer(
119
120
version: version,
121
extension: {
122
name: 'AmazonQ-For-VSCode',
- version: '0.0.1',
123
+ version: extensionVersion,
124
},
125
clientId: getClientId(globals.globalState),
126
0 commit comments