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
The Less parser in LSP could definitely be improved, which would help out people using Less. Anyone interested in making their development life easier and the lives of others easier is welcome to take it on!
VSCode implements a Less parser in Language Server Protocol, which is also used by a number of other IDEs. (LSP is documented here - https://microsoft.github.io/language-server-protocol/specification). The code as it is used in VSCode is here: https://github.com/Microsoft/vscode-css-languageservice/tree/master/src/parser
The Less parser in LSP could definitely be improved, which would help out people using Less. Anyone interested in making their development life easier and the lives of others easier is welcome to take it on!
Related issue in VSCode - microsoft/vscode#43087
The text was updated successfully, but these errors were encountered: