feat: add an option to disable Helm channel output#1208
feat: add an option to disable Helm channel output#1208Tatsinnit merged 3 commits intovscode-kubernetes-tools:masterfrom okgolove:feature/supress-output-option
Conversation
This channel may be annoying a bit, especially when your yaml in values is not valid. supress-output option makes a user able to turn showing output Helm channel off Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
|
any chance this one will be reviewed? |
|
Please. A log happens every time I do a git operation in the Terminal, which means I have to switch back to my terminal window constantly. |
|
This would help resolves this StackOverflow question/issue: https://stackoverflow.com/questions/78496622/how-to-block-a-vs-code-extension-from-opening-output-window-on-every-parse-error |
|
Another bump, this is quite annoying without this PR |
|
also bumping this At least expand on the error message to give additional context (i.e. file and line that's failing parsing), since the Unfortunately I had to disable the extension since this issue makes it unusable |
|
Actually if the maintainers ignore this so long it means it effectively unmaintained. Those who commented here should just get together on a fork. It would be usable again with just this fix. |
|
@Tatsinnit could you please have a look? This bug is causing many people to disable the extension and I'm seriously considering making a fork that just includes this bug fix. This would be silly as you're still maintaining dependencies etc. |
Thanks, everyone! I’ve picked up this PR today and will be reviewing it within the next day or two. If everything looks good, we can move forward with merging. Looping in @squillace for visibility as well. <3 Apologies for the delay—had to prioritize a few other tasks. Big thanks to @corneliusroemer for the friendly reminder! <3 |
remove duplicate types, and keep boolean.
…bernetes-tools#1208)" This reverts commit 7d514ce.
This channel may be annoying a bit, especially when your yaml in values is not valid. supress-output option makes a user able to turn showing output Helm channel off
fixes #1137 #1100 #929 #907