You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was mentioned in #441. Filing as an issue so we can track it.
The issue seems to be intermittent and is hard to replicate, so I tried a bunch of things and could finally replicate it using the following steps:
Open VSCode with the Harper extension disabled.
Open a file that harper-ls can lint like a Markdown file.
Enable the Harper extension.
Type anything in the file you opened and try to save it with ctrl+s.
Saving the file gets blocked indefinitely until you click "Skip" on the pop-up that shows up:
Some notes:
The extension does not work (you get no diagnostics) even after you click on "Skip".
Step 2 is important, the issue does not occur if you enable the extension while no files that harper-ls can lint is open.
The harper-ls process that was spawned by the extension when it is activated in step 3 does not get terminated even after the extension is deactivated. The process instead, at least for my system, gets attached to systemd instead of VSCode.
I'm not sure why this is happening or if this is the only way to replicate this issue.
The text was updated successfully, but these errors were encountered:
I haven't been able to replicate this on my system. That said, this stinks of a deadlock when Visual Studio Code requests diagnostics at the time as it configures Harper.
This was mentioned in #441. Filing as an issue so we can track it.
The issue seems to be intermittent and is hard to replicate, so I tried a bunch of things and could finally replicate it using the following steps:
harper-ls
can lint like a Markdown file.ctrl+s
.Some notes:
harper-ls
can lint is open.harper-ls
process that was spawned by the extension when it is activated in step 3 does not get terminated even after the extension is deactivated. The process instead, at least for my system, gets attached to systemd instead of VSCode.The text was updated successfully, but these errors were encountered: