microsoft / microsoft/vscode-mypy
`dmypy` process remains running
Open
bug
info-needed
triage-needed
- Dominant language
- Python
- Stars
- 150
- Forks
- 39
- Avg merge
- 21h 45m
- Merged PRs (30d)
- 8
Description
I have observed several times that some `python.exe` process has been left running after I closed VS Code, the command line of which hinted at `dmypy` still running.
At least once, I have also observed that replacing the current `.venv` hung until I manually killed these `dmypy` process(es). (I did notice that VS Code tried to temporarily change the interpreter when deleting the `.venv` first failed, but it did not continue until I killed the process.)
VS Code 1.85.0, extension version v2023.6.0, mypy 1.7.1 in a .venv, Python 3.12.1
I will add more details to this issue it happens again.
Contributor guide
Assessment
This issue has not been assessed yet.