Finding out what lang servers, formatters, etc. are turned on #29509
Closed
onkoe
started this conversation in
Config, Settings and Keymaps
Replies: 3 comments
-
|
There's a small log viewer panel that might be helpful:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you. I've been trying to see if this would work with a few different languages, but the formatters don't seem to say anything in these logs... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No clue which PR added this, but thank you! It's perfect! (Zed Preview 0.198.0,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Zed not offer some kinda panel/screen to see which
"lsps"are active, either by the configuration or the editor, for a certain file?I'm having an issue where there are two formatters competing in my Python code. The formatter Zed prefers doesn't match our GitHub Actions workflow. So, before I push any commit, I have to manually
uv tool run ruff formatand amend.The editor always formats files with some other tool... one that isn't configured in my
settings.jsonfile.I understand that you can explicitly deny
lsps from running with the "not" syntax in"language_servers": ["ruff", "basedpyright", "!pyright", "!prettier"],. However, I still can't tell which other formatter is running.I've tried checking logs, but they aren't helpful. Increasing the logging verbosity did not provide any useful information. GitHub and Google searches have provided no results related to this function D:
Beta Was this translation helpful? Give feedback.
All reactions