mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
* Allow css emmet completions when abbr contains period Fixes #44352 * Move css related workaround to cssMode #44352 * getEmbeddedParsedDocument is now not needed * Show emmet completions everywhere inside the embedded css doc
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.