-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
Support for unstable-css
as CSS formatter in VSCode
#1153
Comments
@nayeemrmn could you handle that? |
Closed by denoland/deno#25353 and #1154. |
Hey @nayeemrmn, I think I'm missing a step to get this working. I have v3.39.0 of the VSCode extension installed, and this in my VSCode settings:
I'm no longer seeing the Any help would be appreciated :) |
@isAdrisal you will have to wait for the next version of Deno to be released, it needs changes in both VSCode extension and the LSP (or upgrade to canary - |
@bartlomieju Makes sense, thanks! |
With Deno 1.46, it's now possible to format CSS styles with Deno:
This works well, but it doesn't seem supported by the VSCode extension, which means it can't be used to format style on save. Setting
denoland.vscode-deno
as the default CSS formatter results in this error:Extension 'Deno' is configured as formatter but it cannot format 'CSS'-files
Describe the solution you'd like
Support for the new
unstable-css
formatter in the extension – or guidance on how to get it working if it can already.The text was updated successfully, but these errors were encountered: