vscode/extensions/emmet
gushuro e10ce07e3a Emmet - Fixing bug in toggle comment with multi cursor (#42857)
* Fixing issue with toggleComment on multiple nested cursors

* Fix error when an edit is empty

* reordering

* adding a test for toggleComment on nested selections

* Adding test for stylesheet files

* Removing change that was making integration tests fail
2018-02-08 11:45:52 -08:00
..
.vscode ${workspaceRoot} -> ${workspaceFolder} 2017-09-19 11:21:49 +02:00
src Emmet - Fixing bug in toggle comment with multi cursor (#42857) 2018-02-08 11:45:52 -08: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 Upstream emmet fixes 2018-02-06 17:55:40 -08:00
package.nls.json Stylistic and grammar fixes in Emmet messages (#42893) 2018-02-05 09:14:09 -08:00
README.md README for Emmet 2017-08-08 16:45:52 -07:00
tsconfig.json Add strictNullChecks for emmet #38820 2017-11-20 16:25:15 -08:00
yarn.lock Upstream emmet fixes 2018-02-06 17:55:40 -08: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.