I just opened Visual Studio Code and this error is displayed at the bottom right of the screen.
The isort server crashed 5 times in the last 3 minutes. The server will not be restarted.
My code can run normally without any problems, but the message keeps popping up every time VSCode is opened.
How to solve this error?
CodePudding user response:
I figured it out that isort
is an extension in Visual Studio Code about sorting import
s in python, which is not necessary to me. I don't even remember installing it myself.
Therefore, I just uninstall the extension. As a result, the error goes away (of course).