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 cecd314 + 05cde57 commit 67f9e4bCopy full SHA for 67f9e4b
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'
@@ -122,7 +123,7 @@ export async function startLanguageServer(
122
123
version: version,
124
extension: {
125
name: 'AmazonQ-For-VSCode',
- version: '0.0.1',
126
+ version: extensionVersion,
127
},
128
clientId: getClientId(globals.globalState),
129
0 commit comments