-
Notifications
You must be signed in to change notification settings - Fork 28
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
Errors disappear after saving any changes to file #88
Labels
Comments
@levrik This might be a bug in |
@karthiknadig Thanks. Keeping an eye on the linked issue. |
This was referenced Aug 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Errors from
mypy
disappear after saving any change to a file. It doesn't matter if the change fixes an error, introduces a new error or is not related at all. Only reloading VS Code window fixes it until you make a change once again. This basically makes this extension unusable.mypy
-related settings in mysettings.json
:When set to
false
:Errors only reported by Python extension.
When set to
true
:Errors reported by this and Python extension.
After having saved changes when set to
true
:Error from this extension disappears while the one from Python extension stays.
Logs of this extension after saving changes which cause errors to disappear:
The text was updated successfully, but these errors were encountered: