Is there anyway to disable a formatter included in the default languages.toml #12957
-
Title. I wanted to try disabling the external swift-format binary (and using the language server instead), but I couldn't figure out how to do this. This is potentially related to #9543. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Feb 26, 2025
Replies: 1 comment
-
You can change the command to anything that doesn't exist, for example the empty string: [[language]]
name = "swift"
formatter.command = "" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mtoohey31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change the command to anything that doesn't exist, for example the empty string: