microsoft / vscode-isort

Import sorting for python using the isort library.
https://marketplace.visualstudio.com/items?itemName=ms-python.isort
MIT License
87 stars 21 forks source link

Can't restart isort Formatter server after a crash. #21

Closed gregvanl closed 2 years ago

gregvanl commented 2 years ago

Testing microsoft/vscode-python#18997

  1. Follow the test plan steps and add the isort.args settings to settings.json. This will crash the isort Formatter server (see microsoft/vscode-isort#20).
  2. Try to restart server with the isort Formatter: Restart Server command. isort Formatter server crashes again.

You have reload the VS Code window to get the server back to a runnable state.