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

(VS Code Extension) - Ignore spurious message in ghcid.txt #386

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

m4dc4p
Copy link

@m4dc4p m4dc4p commented Jan 18, 2024

When ghcid is exited, it writes "Ghcid has stopped." to the log file. The VS Code extension tries to parse that as an error, but there is no file to open and no line number to show. VS Code isn't smart enough to ignore the error; it just hangs around forever (or until you delete the log file).

This PR adds that line as one to ignore.

Thanks for the pull request!

By raising this pull request you confirm you are licensing your contribution under all licenses that apply to this project (see LICENSE) and that you have no patents covering your contribution.

If you care, my PR preferences are at https://github.com/ndmitchell/neil#contributions, but they're all guidelines, and I'm not too fussy - you don't have to read them.

Fixes #385

When ghcid is exited, it writes "Ghcid has stopped." to the
log file. The VS Code extension tries to parse that as an error,
but there is no file to open and no line number to show. VS Code isn't
smart enough to ignore the error; it just hangs around forever (or until
you delete the log file).

This PR adds that line as one to ignore.
@m4dc4p m4dc4p changed the title Ignore spurious message in ghcid.txt (VS Code Extension) - Ignore spurious message in ghcid.txt Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VS Code Extension - "Ghcid has stopped" message leads to persistent error
1 participant