vscode-sass-lint
vscode-sass-lint copied to clipboard
Sass Lint for Visual Studio Code
trafficstars
vscode-sass-lint
VS Code extension to support sass-lint.
Development setup
- run
npm installinside thesass-lintandsass-lint-serverfolders - open VS Code on
sass-lintandsass-lint-server
Developing the server
- open VS Code on
sass-lint-server - run
npm run compileornpm run watchto build the server and copy it into thesass-lintfolder - to debug press F5 which attaches a debugger to the server
Developing the extension/client
- open VS Code on
sass-lint - run F5 to build and debug the extension