We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python-lsp-isort follows pylsp's configuration convention.
pylsp
pylsp.plugins.isort.enabled pylsp.plugins.isort.profile etc.
pylsp.plugins.isort.enabled
pylsp.plugins.isort.profile
vs
pylsp.plugins.pyls_isort.enabled pylsp.plugins.pyls_isort.profile etc.
pylsp.plugins.pyls_isort.enabled
pylsp.plugins.pyls_isort.profile
I had raised pyls-isort/issue#16 and python-lsp-isort/issue#1 respectively.
The text was updated successfully, but these errors were encountered:
Hey @doolio, thanks for reporting. I agree with this change, so you're welcome to submit a pull request to do it.
Sorry, something went wrong.
Point to a different isort plugin in README
7cd6911
This plugin complies with pylsp's configuration conventions. Resolves: python-lsp#478
Successfully merging a pull request may close this issue.
python-lsp-isort follows
pylsp
's configuration convention.pylsp.plugins.isort.enabled
pylsp.plugins.isort.profile
etc.vs
pylsp.plugins.pyls_isort.enabled
pylsp.plugins.pyls_isort.profile
etc.I had raised pyls-isort/issue#16 and python-lsp-isort/issue#1 respectively.
The text was updated successfully, but these errors were encountered: