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
Maybe I've my coc-tsserver setup incorrectly, but it seems like when I run :Format, the formatting used doesn't respect my projects eslint or biome. Is there a way to specify or a priority list of what formatter to use?
The text was updated successfully, but these errors were encountered:
I want to keep using :Format so that it's project specific. Does typescript.format.enable disable just coc-tsserver from being a formatter (defaulting to others that are enabled)? Or does it disable typescript and related filetypes from being affected by :Format altogether?
Ah. I see the issue now. It's not coc-tsserver. My bad. coc-prettier only supports an outdated prettier version, and doesn't like prettier.config.mjs. Sorry for false alarm!
Maybe I've my coc-tsserver setup incorrectly, but it seems like when I run
:Format
, the formatting used doesn't respect my projects eslint or biome. Is there a way to specify or a priority list of what formatter to use?The text was updated successfully, but these errors were encountered: