Visual Studio Code – mypy slow when using vscode's python extension
When enabling mypy in vscode ("python.linting.mypyEnabled": true,), then any manual mypy commands become very slow and CPU intensive (10s before vs 3min after). It seems like the two mypy processes should be independent, or even aid each other through a…