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

Documentation bug: isort has no '--config' command line switch. #161

Closed mjpieters closed 1 year ago

mjpieters commented 1 year ago

The README gives this example for isort.args:

Custom arguments passed to isort. E.g "isort.args" = ["--config", "<file>"]

However, isort doesn't have such an option. Did you perhaps mean to refences the --settings-path option?

karthiknadig commented 1 year ago

You are correct. Created a PR to fix this.