I get the following error every time I start up VSCode:
The mypy server crashed 5 times in the last 3 minutes. The server will not be restarted.
I created a python 3.8 venv and started a project with poetry. I am using the default Microsoft Python language server in VSCode. I have the following setup:
I get the following error every time I start up VSCode:
I created a python 3.8 venv and started a project with
poetry
. I am using the default Microsoft Python language server in VSCode. I have the following setup:settings.json
mypy.ini
pyproject.toml
The output of the
mypy
extension is the following: