mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
4f870afa58
* Enfoce node boundries in places where it matters * Flip defualt emmet includeBoundries to true Explicitly set getNode's include boundries where needed * Remove defualt papameter * Add update image boundry tests * Add tests for bondries on some of the tag actions * Rest of tag tests
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/emmetfolder 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.shto run all the integrations tests that include the Emmet tests.