nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

Opening a new VS Code window now displays a NativeScript Extension output pane #176

Closed pnb closed 6 years ago

pnb commented 6 years ago

Every time I open a new VS Code window, an output pane pops up at the bottom of the window with this text:

Version: 0.7.4
Build version: v.2018.5.18.1
Commit id: bdd68b3156461de296cc6583416c13c9bcb5048f
NativeScript CLI: 3.4.3

This is not something I've seen before today, though I haven't used this computer since 5/18 when this build was presumably released. It is fairly annoying because I either have to close it or switch to a terminal every time I open a new window, even if it is just a text file or something that has nothing to do with NativeScript. I do not observe any similar behavior in other VS Code installations without the NativeScript extension.

Obviously this is a minor problem in a great extension, but I very frequently open new windows so it is not ideal.

ivanovit commented 6 years ago

Hi Nigel,

Thank you for your feedback. This is the detailed information about version/build of NativeScript Extension for VS Code.

I will discuss with the team adding a setting to control this behaviour. It could be disabled by default so the output pane won't pop up on each start.

ivanovit commented 6 years ago

Fixed. It will be released with next version of NativeScript Extension.

pnb commented 6 years ago

Hi Ivan,

Great news, thanks for being so responsive to suggestions!