https://code.visualstudio.com/docs/python/editing#_sort-imports
我已经设定
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
在 vscode 中,它看起来选择了正确的 python 解释器,但它没有按预期生成排序导入。我怀疑 vscode 使用了错误的 isort,我怎样才能找出 vscode 到底使用了哪个 isort?