We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2337b commit afd1366Copy full SHA for afd1366
src/main.ts
@@ -84,8 +84,6 @@ function logInfo(cliVersion: string) {
84
packageJSON.buildVersion && channel.appendLine(`Build version: ${packageJSON.buildVersion}`);
85
packageJSON.commitId && channel.appendLine(`Commit id: ${packageJSON.commitId}`);
86
channel.appendLine(`NativeScript CLI: ${cliVersion}`);
87
-
88
- channel.show();
89
}
90
91
export function deactivate() {
0 commit comments