Quantcast
Channel: Active questions tagged vs-code-settings - Stack Overflow
Viewing all articles
Browse latest Browse all 33

How to block a VS Code extension from opening output window on every parse error

$
0
0

When using Microsoft's Kubernetes extension in Visual Studio Code, the output window pops up every time there's a Helm parsing error. This is visually disruptive.

How can I prevent the output window from opening on parse errors while keeping the extension enabled?

Unfortunately, I haven't found a way to disable output window pop - neither in VS Code's general editor settings nor the Kubernetes extensions. Have I missed something?

Here's a screenshot to show what I mean by "Output window":

enter image description here

Update: An issue tracker search reveals there appears to be no solution at this point and others share the pain. #1137#1100#929#907

There's a community PR open to fix it: https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/pull/1208


Viewing all articles
Browse latest Browse all 33