-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Using bundled isort or not? #341
Comments
With This description needs to be updated. |
So users who install an isort version themselves in a Python environment definitely should change it to I think it would be great if it worked like auto-discovery as another option i.e. |
Correct. The |
@karthiknadig the VS Code Ruff extension prefers Otherwise all projects who have workspace settings need to change this config, which they most likely want if they also run isort in CI. |
We made some changes to the README to clarify how the settings work and the default values: https://github.com/microsoft/vscode-isort/blob/main/README.md. I'm closing this issue as addressed but let us know if there's still more clarifications we can make there and I can reopen 😊 And if you want you can also file a new feature request for adding an |
The README.md says:
Then further down it says the default setting is:
isort.importStrategy
useBundled
Doesn't these contradict eachother?
With all default settings, does it use the isort found in the environment, or the one bundled with the extension?
The text was updated successfully, but these errors were encountered: