Replies: 2 comments 1 reply
-
You need to have {
"unstable": [
"fmt-sql"
]
} then you'll need to specify this in your
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the answer. I've configured vscode and deno as described, but somehow it still doesn't work for me. Formatting SQL, Svelte or Astro with deno results in these popups. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I configure vscode to format astro and svelte files with deno?
Currently I'm using the cli
deno fmt --unstable-components src/
, but having vscode autoformatting would be more ergonomic.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions