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
Add some text to the comment at the top of the opened evaluation.py file and save the file. Note that Mypy is run but no longer detects the error. Remove your edits and save. Mypy runs again, but still doesn't detect the error. You can only get the error back by reloading the window.
The text was updated successfully, but these errors were encountered:
Steps to reproduce (ref posita/dyce@790a067):
Once open:
Command Palette
->Output: Focus on Output View
Go to File...
->evaluation.py
Command Palette
->Output: Show Output Channels...
->Mypy Type Checker
Without further input, this will (eventually) lead to the following problems:
Missing return statement
Add some text to the comment at the top of the opened
evaluation.py
file and save the file. Note that Mypy is run but no longer detects the error. Remove your edits and save. Mypy runs again, but still doesn't detect the error. You can only get the error back by reloading the window.The text was updated successfully, but these errors were encountered: