Skip to content

Commit 2d67729

Browse files
mjbvzchenjigeng
authored and
chenjigeng
committed
Better note current version in TS version UI
Fixes microsoft#111001
1 parent 4ef9c16 commit 2d67729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/typescript-language-features/src/tsServer/versionStatus.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class ProjectStatusCommand implements Command {
7272
private getVersionItem(): QuickPickItem {
7373
return {
7474
label: localize('projectQuickPick.version.label', "Select TypeScript Version..."),
75-
description: this._client.apiVersion.displayName,
75+
description: localize('projectQuickPick.version.description', "[current = {0}]", this._client.apiVersion.displayName),
7676
run: () => {
7777
this._client.showVersionPicker();
7878
}

0 commit comments

Comments
 (0)