vscode/extensions/emmet
2018-03-29 17:48:32 -07:00
..
.vscode ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
images Add emmet icon as png #44626 2018-03-01 15:25:43 -08:00
src Adding tests for stylesheets partial parsing (#46977) 2018-03-29 17:48:32 -07:00
.vscodeignore remove shrinkwrap references 2017-11-14 10:04:36 +01:00
OSSREADME.json Use umd module for expand abbreviation 2017-08-01 16:55:13 -07:00
package.json Absorb upstream fix for #45790 2018-03-27 17:17:21 -07:00
package.nls.json Adding Emmet preference for changing fuzzySearchMinScore (#45240) 2018-03-08 18:02:33 -08:00
README.md Update ReadMe for Emmet 2018-02-27 17:40:37 -08:00
tsconfig.json Add strictNullChecks for emmet #38820 2017-11-20 16:25:15 -08:00
yarn.lock Absorb upstream fix for #45790 2018-03-27 17:17:21 -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.