Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 585 Bytes

vscode-sass-lint

VS Code extension to support sass-lint.

Development setup

  • run npm install inside the sass-lint and sass-lint-server folders
  • open VS Code on sass-lint and sass-lint-server

Developing the server

  • open VS Code on sass-lint-server
  • run npm run compile or npm run watch to build the server and copy it into the sass-lint folder
  • 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