vscode/extensions/emmet
2017-11-13 23:03:52 +01:00
..
.vscode ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
src Start moving emmet extension to strict mode (#37740) 2017-11-07 16:28:35 -08:00
.vscodeignore
OSSREADME.json
package.json Fix for #36367 2017-11-02 10:58:08 -07:00
package.nls.json Improve consistency of Emmet messages (#36251) 2017-10-15 10:56:52 -07:00
README.md
tsconfig.json Add noUnusedLocals to emmet extension #37212 2017-11-07 11:16:38 -08:00
yarn.lock yarn: replace most shrinkwrap files 2017-11-13 23:03:52 +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.