Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode output windows opens automatically when typing #34221

Closed
linocatucci opened this issue Sep 12, 2017 · 6 comments
Closed

VSCode output windows opens automatically when typing #34221

linocatucci opened this issue Sep 12, 2017 · 6 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@linocatucci
Copy link

  • VSCode Version: 1.16.0
  • OS Version: macOs

Output Window of Visual Studio Code opens on its own while I'm typing or just clicking Angular code I'm working in the code base on and it's very disturbing, it takes to much screen space.

Steps to Reproduce:

  1. typing code in a typescript file while the file is not complete yet.
  2. the output window opens

Reproduces without extensions: Yes

@alexdima
Copy link
Member

@linocatucci the output window doesn't open itself for me. Which output window shows itself? Is it trying to communicate some form of error ?

I once noticed it opening when I had the eslint extension installed and it opened itself to complain that it cannot find the node module or something...

@linocatucci
Copy link
Author

hello Alexandru,
the output window always opens when I save a .ts file and the compiler starts. It will output the compile information.
I have read in the documentation that you can set a property in the task.json file but I can't find the task file.

_The behavior of the terminal can be controled using the presentation property of a task. It offers the following properties:

reveal: Controls whether the Integrated Terminal panel is brought to front. Valid values are:
always - The panel is always brought to front. This is the default.
never - The user must explicitly bring the terminal panel to the front using the View > Integrated Terminal command (Ctrl+`).
silent - The terminal panel is brought to front only if the output is not scanned for errors and warnings._

Cheers,
Lino

@isidorn
Copy link
Contributor

isidorn commented Sep 13, 2017

@linocatucci hi, this is probalby caused by an extension. I recommend that you disable all extensions and still try to reproduce. Doing that you can find which extension is to blame and then you can open an issue on their side.
On the other hand if you are using tasks, you can configure your task to not open the output. On how to configure that please consult our Tasks documentation.
Thanks

@isidorn isidorn closed this as completed Sep 13, 2017
@isidorn isidorn added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Sep 13, 2017
@linocatucci
Copy link
Author

Hi Isidorn,

thanks for the suggeston, I will do that.
Cheers,
Lino

@linocatucci
Copy link
Author

Hello Isidorn,

Looks like it was indeed one of those strange Angular plugins!
Thank you for your help!

@isidorn
Copy link
Contributor

isidorn commented Sep 13, 2017

@linocatucci welcome

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

3 participants