Skip to content

Integration with CSS LSP #5343

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

Open
kocv59 opened this issue Apr 28, 2025 · 0 comments
Open

Integration with CSS LSP #5343

kocv59 opened this issue Apr 28, 2025 · 0 comments

Comments

@kocv59
Copy link

kocv59 commented Apr 28, 2025

What problem does this feature solve?

I integrated the CSS Language Service from Microsoft (https://github.com/microsoft/vscode-css-languageservice) into my project, but it was throwing unknownAtRules errors in Neovim. To resolve this, I disabled its validation by setting css.validate = false, since I'm using a different language server for validation. However, after adding @vue/language-server, the unknownAtRules errors have returned.

What does the proposed solution look like?

@vue/language-server should acknowledge the css.validate = false setting in the CSS Language Service or provide a way to set css.validate = false in its configuration to disable it.

Where are the options that the language server can take? Documentation should be provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant