vscode/extensions/emmet
tharbakim fb5e446a3d
Fix detection of CSS Preprocessor Comments at Start of File in Emmet Extension (#146121)
* Fix for PartialStyleSheet getting stuck in loop

Adds a clause for detecting `//` as a comment marker when working backwards through a file, preventing the parser from getting stuck when the comment starts at 1:1

* Modify change to detect start of file instead of skipping additional `/` characters now that we know the issue only occurs at offset 0.

Co-authored-by: Tyler McEnaney <tharbakim@hotmail.com>
2022-04-04 12:02:15 -07:00
..
.vscode smoke - restore skip-release-notes CLI arg (#96459) 2020-04-29 12:40:04 +02:00
images Add emmet icon as png #44626 2018-03-01 15:25:43 -08:00
src Fix detection of CSS Preprocessor Comments at Start of File in Emmet Extension (#146121) 2022-04-04 12:02:15 -07:00
test-workspace/.vscode debt - improve emmet integration tests 2021-03-29 08:31:14 +02:00
.vscodeignore Ignore Emmet test workspace 2021-10-06 14:49:01 -07:00
cgmanifest.json add commitHash to cgmanifest 2018-11-15 17:43:46 +01:00
CONTRIBUTING.md Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
extension-browser.webpack.config.js emmet serverless 2020-07-09 17:23:16 +02:00
extension.webpack.config.js pack emmet including the vscode-emmet-helper (#109257) 2020-10-26 10:37:18 -07:00
package.json chore: update to electron 17 (#143223) 2022-03-11 00:51:37 +09:00
package.nls.json Emmet polish and updateExtensionsPath changes 2021-04-02 13:11:29 -07:00
README.md Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
tsconfig.json use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
yarn.lock chore: update to electron 17 (#143223) 2022-03-11 00:51:37 +09:00

Emmet integration in Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See Emmet in Visual Studio Code to learn about the features of this extension.

Please read the CONTRIBUTING.md file to learn how to contribute to this extension.