vscode/extensions/emmet
Jean Pierre 7f274127ff Fix for #49138 (#49501)
* Fixes #49138

* Updated comment

* Renaming variables for readability
2018-05-13 20:31:50 -07:00
..
.vscode
images Add emmet icon as png #44626 2018-03-01 15:25:43 -08:00
src Fix for #49138 (#49501) 2018-05-13 20:31:50 -07:00
.vscodeignore
OSSREADME.json
package.json Text ending with : are noisy abbreviations Fixes #49376 2018-05-11 14:24:12 -07:00
package.nls.json Update settings description typos 2018-04-11 21:21:24 -07:00
README.md Update ReadMe for Emmet 2018-02-27 17:40:37 -08:00
tsconfig.json
yarn.lock Text ending with : are noisy abbreviations Fixes #49376 2018-05-11 14:24:12 -07:00

Emmet integration in Visual Studio Code

Features

See Emmet in Visual Studio Code

How to build and run from source?

Read the basics about extension authoring from Extending Visual Studio Code

  • Read Build and Run VS Code from Source to get a local dev set up running for VS Code
  • Open the extensions/emmet folder in the vscode repo in VS Code
  • 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.