Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Commit 1af3085

Browse files
committed
minor fixes
1 parent dd1956a commit 1af3085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ export class ScriptCommandController extends Events.EventEmitter implements vsco
12141214
};
12151215

12161216
vscode.window
1217-
.showInformationMessage("You are running new version of 'vs-script-commands' ({0:trim})!",
1217+
.showInformationMessage(`You are running new version ${sc_helpers.toStringSafe(currentVersion)} of 'vs-script-commands'`,
12181218
changeLogBtn)
12191219
.then((item) => {
12201220
if (!item) {

0 commit comments

Comments
 (0)