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
I have a medium sized project that has some large individual Python files (~3.5K lines). When I run mypy via Mypy: Recheck Workspace, the errors are all properly highlighted, but when I fix an error, and save the file, all of the highlighting goes away and often does not return until I manually re-run mpyp on the workspace, which takes several seconds. I think the issue may not happen, or may be less pronounced for smaller files.
The text was updated successfully, but these errors were encountered:
I have a medium sized project that has some large individual Python files (~3.5K lines). When I run
mypy
viaMypy: Recheck Workspace
, the errors are all properly highlighted, but when I fix an error, and save the file, all of the highlighting goes away and often does not return until I manually re-runmpyp
on the workspace, which takes several seconds. I think the issue may not happen, or may be less pronounced for smaller files.The text was updated successfully, but these errors were encountered: