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.
1 parent b826100 commit 87c067cCopy full SHA for 87c067c
src/main.ts
@@ -75,7 +75,7 @@ function logInfo(cliVersion: string) {
75
const packageJSON = vscode.extensions.getExtension("Telerik.nativescript").packageJSON;
76
77
packageJSON.version && channel.appendLine(`Version: ${packageJSON.version}`);
78
- packageJSON.buildNumber && channel.appendLine(`Build version: ${packageJSON.buildNumber}`);
+ packageJSON.buildVersion && channel.appendLine(`Build version: ${packageJSON.buildVersion}`);
79
packageJSON.commitId && channel.appendLine(`Commit id: ${packageJSON.commitId}`);
80
channel.appendLine(`NativeScript CLI: ${cliVersion}`);
81
0 commit comments