pantajoe / vscode-elixir-credo

VSCode support for Elixir Linter 'Credo'.

Home Page:https://marketplace.visualstudio.com/items?itemName=pantajoe.vscode-elixir-credo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add config option to disable notification prompts regarding error parsing output

znorris opened this issue Β· comments

First, thank you so much for a plugin I use on a regular basis. Projects like this make the world 🌐 go round.

I frequently get an error notification from this plugin. Usually around the error:

Error on parsing output (It might be non-JSON output): " 11:13:24.745 [notice] SIGTERM received - shutting down "

I'd prefer to go to the plugin output to see this error. Particularly since I don't have to do anything for the plugin/credo to restore itself. Having no ability to mute this error notification is a frequent annoyance for me.