vscode-css-languageserver-bin icon indicating copy to clipboard operation
vscode-css-languageserver-bin copied to clipboard

Does not support @use

Open mangelozzi opened this issue 5 years ago • 1 comments

@import is being depreciated, @use will replace it. The LSP does not support @use, and since it happens at the top, it makes the rest of linting not work.

mangelozzi avatar Sep 22 '20 18:09 mangelozzi

I see there is a PR to update it, maybe this PR will fix it: https://github.com/vscode-langservers/vscode-css-languageserver-bin/blob/master/build.js

mangelozzi avatar Sep 22 '20 19:09 mangelozzi