mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
* Refactor parsePartialStylesheet
* More refactoring
* To avoid errors, parse line comments char by char and no when getting to previous line.
* Revert "To avoid errors, parse line comments char by char and no when getting to previous line."
This reverts commit f353dba4c7.
* Fix for inline comments inside block comments
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.