control-freak-ide/vscode/extensions/emmet
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00
..
.vscode latest 2021-05-12 18:35:18 +02:00
src latest 2021-05-12 18:35:18 +02:00
.vscodeignore latest 2021-05-12 18:35:18 +02:00
npm-shrinkwrap.json latest 2021-05-12 18:35:18 +02:00
OSSREADME.json latest 2021-05-12 18:35:18 +02:00
package.json latest 2021-05-12 18:35:18 +02:00
package.nls.json latest 2021-05-12 18:35:18 +02:00
README.md latest 2021-05-12 18:35:18 +02:00
tsconfig.json latest 2021-05-12 18:35:18 +02: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.