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
This feature enables publishing Diagnostics from the language server to the client.
The scope for diagnostics in the Sass language server will mainly be focused on the Sass language itself (deprecations, for example).
Some Sass includes lint diagnostics for CSS (originally from Visual Studio Code's built-in language extension). We will not include these lint rules here, at least to begin with. We may adopt some lint rules over time, but specialized linters like Stylelint are probably better suited for this.
This feature enables publishing Diagnostics from the language server to the client.
The scope for diagnostics in the Sass language server will mainly be focused on the Sass language itself (deprecations, for example).
Some Sass includes lint diagnostics for CSS (originally from Visual Studio Code's built-in language extension). We will not include these lint rules here, at least to begin with. We may adopt some lint rules over time, but specialized linters like Stylelint are probably better suited for this.
The text was updated successfully, but these errors were encountered: