-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
[css] API/configuration to extend the CSS language server #39088
Comments
@aeschli Would you want to use prettier which has support for css/scss/less for this one? Vetur is using prettier and people like it. |
This is just about adding API so that other products can add it to the language server. |
Do you mean having extension contributing to the css-language-feature extension? I don't feel that complexity is needed. The real blocker is #41882 which doesn't handle multiple formatter as good as we do for completion items / hover. IMO a better solution should be making it possible for multiple registrations of formatters, and making the formatters selectable. |
It's about new language server API. See microsoft/vscode-css-languageservice#44 as the motivation for this request. |
I don't think this would happen any time soon, or should happen at all.
|
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
microsoft/vscode-css-languageservice#44 wants to extend the CSS language server with a formatter.
The text was updated successfully, but these errors were encountered: