Skip to content

Commit 2b07759

Browse files
Merge master into feature/LSP-gamma
2 parents 7a88fea + 05cde57 commit 2b07759

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'
@@ -119,7 +120,7 @@ export async function startLanguageServer(
119120
version: version,
120121
extension: {
121122
name: 'AmazonQ-For-VSCode',
122-
version: '0.0.1',
123+
version: extensionVersion,
123124
},
124125
clientId: getClientId(globals.globalState),
125126
},

0 commit comments

Comments
 (0)