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
When running with "mypy-type-checker.preferDaemon": true, the daemon returns the error output only once. All following updates to the file result in no output (even in the logs). This is weird because the normal no-daemon has no such issue. I tried both the bundled and runtime import strategies, Python 3.9 and 3.11.
To reproduce:
0. Create a new profile with just the Mypy Type Checker extension (also installs Python and Pylance).
When running with
"mypy-type-checker.preferDaemon": true
, the daemon returns the error output only once. All following updates to the file result in no output (even in the logs). This is weird because the normal no-daemon has no such issue. I tried both the bundled and runtime import strategies, Python 3.9 and 3.11.To reproduce:
0. Create a new profile with just the Mypy Type Checker extension (also installs Python and Pylance).
"mypy-type-checker.preferDaemon": true
Unsupported operand types for + ("float" and "str")
error.b
fromstr
tofloat
Expected behavior: the new error should appear immediately after saving without having to reload the extension
Extension log (from doing the steps above):
log.txt
The text was updated successfully, but these errors were encountered: