We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Despite having
deno.json
"unstable": [ "fmt-component" ]
And manually inputing deno fmt whateverFile.svelte in the terminal working;
deno fmt whateverFile.svelte
The vscode deno extension doesn't recognize it as able to format svelte files
FormattingExtension 'Deno' is configured as formatter but it cannot format 'Svelte'-files
I guess it also applies to other unstable components
The text was updated successfully, but these errors were encountered:
nayeemrmn
No branches or pull requests
Problem
Despite having
deno.json
And manually inputing
deno fmt whateverFile.svelte
in the terminal working;The vscode deno extension doesn't recognize it as able to format svelte files
Other
I guess it also applies to other unstable components
Configuration
The text was updated successfully, but these errors were encountered: