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

How to stop OUTPUT panel from popping up every time I open a new project? #33262

Closed
corysimmons opened this issue Aug 28, 2017 · 5 comments
Closed
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@corysimmons
Copy link

image

Super annoying...

@vscodebot vscodebot bot added the workbench label Aug 28, 2017
@Tyriar
Copy link
Member

Tyriar commented Aug 28, 2017

It looks like it's the eslint extension doing this. Maybe there's an option to control it?

@corysimmons
Copy link
Author

It pops up for all kinds of weird reasons. Is there an option to just permanently disable it auto-popping up?

I'd still like manual access to it, I just hate that it auto-pops up.

@dbaeumer
Copy link
Member

I can only speak for ESLint:

It only opens up once per new workspace / project you open to inform that ESLint will not run. Before we never poped it up or poped it up on every workspace open which was even more unhappy (no awareness versus to much awareness).

You can disable eslint by default "eslint.enable": false in the user settings. Then you need to enable eslint in the workspace you want to.

No further action planned to ESLint. If you see it with other Output channel things might be different.

Please ping if you are asking for a general setting to never bring the Output Panel to front independent of the channel.

@dbaeumer dbaeumer added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Aug 29, 2017
@corysimmons
Copy link
Author

@dbaeumer Yeah any solution to keep that from popping up. I think you guys are right, maybe it is just ESLint, but regardless, it's frustrating to have to close it on every ESLint'd project I work on (almost every project I work on).

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
@sandy081
Copy link
Member

Duplicate of #105270

@sandy081 sandy081 marked this as a duplicate of #105270 Jan 26, 2024
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

4 participants