Python lsp workspace commands with pipx, pylsp, ruff, and black #12517
Unanswered
logkirk
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I am editing a Python file, the syntax highlighting and formatting seems to work, but I expect to see something in the
:lsp-workspace-command
pane. Instead, it is empty. Is this the expected behavior, or is something wrong with my config?I have
python-lsp-server
,python-lsp-ruff
, andpython-lsp-black
installed into a pipx environment.Here's my
languages.toml
:And the output of
hx --health
:Beta Was this translation helpful? Give feedback.
All reactions