The problem found by mypy do not shown in PROBLEMS #206
Labels
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
triage-needed
In OUTPUT-Mypy Type Checker I can see mypy really runs and finds some problem in my file, but there are not shown in PROBLEMS
The OUTPUT-Mypy Type Checker ouput:
When I set Reporting Scope as workspace, it actually show all problems in PROBLEMS, but when I click the problem, it open a new file named
path/to/file/ks.py
but not jump to the corresponding line in current opened file (ks.py
). Actually,path/to/file/ks.py
andks.py
are same file.If this behavior is by design, how could I set the extention to make it as previous. By "previous", I mean when we use
to use mypy. In that time, all found problems will be shown in PROBLEMS, when I click the reported preblems, it just jump to the corresponding line in current file.
The text was updated successfully, but these errors were encountered: