Sort imports 終わらない…。
But great workaround using the locally installed isort via python.sortImports.path! It actually works without any issues along with the isort arguments and everything.
なんかよくわからんが isort
を virtualenv に入れて python.sortImports.path
を設定すると良いらしい。
poetry add -D isort
で dev-dependencies
にしたあとに .vscode/settings.json
に "python.sortImports.path": "${workspaceFolder}/.venv/bin/isort"
を設定。