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
I want to configure prettier so it's the default formatter for everything unless a different formatter was configured. If prettier does not format a file I would like the lsp to.
Currently the lsp is preffered over the ["_"] filetype which i would consider to be counterintuitive.
What is the significance of this feature?
nice to have
Additional details
Obviously I could just configure prettier for every file but that feels pretty annoying and verbose for the config
The text was updated successfully, but these errors were encountered:
Did you check existing requests?
Describe the feature
Prefer
["_"]
filetype over lsp format.Provide background
I want to configure prettier so it's the default formatter for everything unless a different formatter was configured. If prettier does not format a file I would like the lsp to.
Currently the lsp is preffered over the
["_"]
filetype which i would consider to be counterintuitive.What is the significance of this feature?
nice to have
Additional details
Obviously I could just configure prettier for every file but that feels pretty annoying and verbose for the config
The text was updated successfully, but these errors were encountered: