Skip to content

Commit 67f9e4b

Browse files
Merge master into feature/logs
2 parents cecd314 + 05cde57 commit 67f9e4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import {
3434
isAmazonInternalOs,
3535
fs,
3636
getClientId,
37+
extensionVersion,
3738
} from 'aws-core-vscode/shared'
3839
import { processUtils } from 'aws-core-vscode/shared'
3940
import { activate } from './chat/activation'
@@ -122,7 +123,7 @@ export async function startLanguageServer(
122123
version: version,
123124
extension: {
124125
name: 'AmazonQ-For-VSCode',
125-
version: '0.0.1',
126+
version: extensionVersion,
126127
},
127128
clientId: getClientId(globals.globalState),
128129
},

0 commit comments

Comments
 (0)