How to disable Zed from adding semicolons to javascript on save #10446
Unanswered
drale2k
asked this question in
General Q&A
Replies: 2 comments 1 reply
-
I believe what you see is the "format on save" feature in play, in particular, its default |
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay, this is absolutely a deal breaker. If I can ditch Prettier (which sucks ass) and instead use Standard, I'm in. |
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
-
I would like to disable Zed from automatically adding semicolons on save. Ideally even have Zed remove them.
I looked up language overrides but it seems not supported there. Not sure where to look.
In VSCode there a setting for this
"javascript.format.semicolons": "remove"
. Is there a way to do this with Zed?Beta Was this translation helpful? Give feedback.
All reactions