Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.04 KB

vscode-css-language-server.md

File metadata and controls

19 lines (12 loc) · 1.04 KB

CSS Language Server

You can leverage the Visual Studio Code CSS Language Server to enhance your development experience with support for CSS, LESS, and SCSS.

CSS demo

You can use it by following these instructions:

Once Visual Studio Code is installed, it will store the CSS language server in:

${BASE_DIR}/resources/app/extensions/css-language-features/server/dist/node/cssServerMain.js

After that you can create the CSS Language Server with the language server template:

CSS server dialog

LSP4IJ tries to generate the proper cssServerMain.js file path according to your OS, but you may have to adjust it in the command text field.