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
I think I might have an idea of what is happening though. If I open VS Code and open an HTML file I will get the alert that there is no formatter for 'html' files installed but if I open a TS file, format it with Deno, and then come back to the HTML file it then works as expected.
In fact, if I reload the developer window in VS Code and immediately try to format a TS file I will get the same alert. It is as if Deno is lazily loaded as a formatter and fails to get registered on HTML files but does eventually get registered on TS files and once registered it works as expected on HTML files but only if a TS file is formatted first.
Is your feature request related to a problem? Please describe.
Deno CLI supports formatting HTML files now but VS Code doesn't recognize vscode_deno as an HTML formatter.
Describe the solution you'd like
Ability to format code in VS Code using vscode_deno.
The text was updated successfully, but these errors were encountered: