vscode/extensions/emmet
2018-01-28 21:47:46 +01:00
..
.vscode
src Skip emmet in selectors #42245 2018-01-27 22:10:58 -08:00
.vscodeignore remove shrinkwrap references 2017-11-14 10:04:36 +01:00
OSSREADME.json
package.json Absorb upstream bug fixes for emmet 2018-01-26 15:30:56 -08:00
package.nls.json Add the newly supported emmet preferences in package.json 2017-12-05 10:57:24 -08:00
README.md
tsconfig.json Add strictNullChecks for emmet #38820 2017-11-20 16:25:15 -08:00
yarn.lock Fix yarn.lock for emmet. 2018-01-28 21:47:46 +01:00

Emmet integration in Visual Studio Code

This README is for contributing to the Emmet extension in Visual Studio Code.

How to build and run from source?

Read the basics about extension authoring from Extending Visual Studio Code

  • Clone the vscode repo
  • Open the extensions/emmet folder in the vscode repo in VS Code
  • Run npm install
  • Press F5 to start debugging

Running tests

Tests for Emmet extension are run as integration tests as part of VS Code.

  • Read Build and Run VS Code from Source to get a local dev set up running for VS Code
  • Run ./scripts/test-integration.sh to run all the integrations tests that include the Emmet tests.