-
Hey, atm when I press save vscode is stuck with getting code actions from 'harper'". This occurs in a Python File. My expectations are that it should just run ruff (works if harper disabled), but instead it gets stuck. |
Beta Was this translation helpful? Give feedback.
Answered by
mcecode
Jan 24, 2025
Replies: 1 comment 8 replies
-
Hi, thanks for raising this. I'd like to know more so we can track this in an issue. Can you provide more info about when this happens? Like if the Python file is large, if there were many errors, or if you had a lot of files getting linted. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @f-fuchs, thanks for pointing all these out. I've filed two issues based on what you've described in this discussion so far.
#486 tracks the original problem you had. It was hard to find a way to replicate the issue so feel free to add more info there like if you can replicate it in the same way I did or if you find a different way.
#487 tracks the issue you pointed about the
.git
files.The "No such file or directory (os error 2)" issue was already raised in #443 and was fixed in #447, so it should no longer occur when you upgrade to 0.17.0.