You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we do that via settings.toml or superlou.lapce-python/volt.toml ?
Or even better: would it be possible to disable linting and formatting capabilities of the plugin ? So if a new linter gets added to python-lang-server we won't have to edit our configuration to exclude it
The text was updated successfully, but these errors were encountered:
I would like to use
ruff-lsp
for linting and formatting andpython-language-server for completions
(ruff doesn't do completions).When activating both plugins at the same time, linting is not working anymore.
Is there any way to configure these options of the LSP server ?
I would like to configure the LSP server with:
Can we do that via
settings.toml
orsuperlou.lapce-python/volt.toml
?Or even better: would it be possible to disable linting and formatting capabilities of the plugin ? So if a new linter gets added to
python-lang-server
we won't have to edit our configuration to exclude itThe text was updated successfully, but these errors were encountered: