vscode/extensions/emmet
2017-09-04 11:03:42 -07:00
..
.vscode know decorations using command links v2, #29076 2017-08-23 12:23:39 +02:00
src Self closing tags for jsx,xml,xsl in emmet Fixes #32698 2017-09-04 11:03:42 -07:00
.vscodeignore use vsce to determine what to package when bundling extensions 2017-06-21 16:17:21 +02:00
npm-shrinkwrap.json Update shrinkwrap for emmet 2017-09-02 22:35:35 -07:00
OSSREADME.json Use umd module for expand abbreviation 2017-08-01 16:55:13 -07:00
package.json Avoid error for invalid css emmet abbr 2017-08-31 19:17:22 -07:00
package.nls.json Add option to show emmet suggestions as snippets #32346 2017-08-30 16:26:43 -07:00
README.md README for Emmet 2017-08-08 16:45:52 -07:00
tsconfig.json Initial commit for builtin emmet extension #21943 2017-05-23 22:41:55 -07: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.