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
For example, i want use pyproject.toml as rootMarker, and the folder content is:
pyproject.toml
. ├── a.py └── pyproject.toml
The efm configuration:
lspconfig.efm.setup { init_options = { documentFormatting = true }, settings = { rootMarkers = { 'pyproject.toml', '.git' }, languages = { python = { { formatCommand = 'yapf', formatStdin = true }, } } }, filetypes = { 'python' } }
when open a.py, the LSPInfo:
a.py
LSPInfo
The text was updated successfully, but these errors were encountered:
What OS are you using?
Sorry, something went wrong.
No branches or pull requests
For example, i want use
pyproject.toml
as rootMarker, and the folder content is:The efm configuration:
when open
a.py
, theLSPInfo
:The text was updated successfully, but these errors were encountered: