JSONC support in oxfmt #18697
Unanswered
charliematters
asked this question in
Q&A
Replies: 1 comment
-
|
Hello, there is a workaround for the inconsistent behaviour: oxc-project/oxc-vscode#140 (comment) |
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.
-
The docs say that jsonc is a supported language, but I'm having an issue where the default VS Code formatter is formatting the .oxfmrc.json file one way, but then running
oxfmt .is formatting it a different way.If I set oxfmt as the formatter for jsonc files (it's already configured as the .json formatter) and choose format via VS Codes pallete, get an error saying
What's the best answer to this?
Beta Was this translation helpful? Give feedback.
All reactions