You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put cusor after text and run emmet: wrap with abbreviation
Enter ul li as the abbreviation
expected
message shown about invalid abbreviation.
Actual
Nothing happens
This error is logged in the developer console:
Unable to consume abbreviation node, unexpected 32 at char 3: Error: Unable to consume abbreviation node, unexpected 32 at char 3
at StreamReader.error (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/stream-reader/dist/stream-reader.cjs.js:122:15)
at consumeElement (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/abbreviation/dist/abbreviation.cjs.js:213:16)
at parse (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/abbreviation/dist/abbreviation.cjs.js:289:16)
at index (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/abbreviation/dist/abbreviation.cjs.js:334:15)
at parse$1 (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/expand-abbreviation/dist/expand.cjs.js:44:9)
at expand$1 (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/expand-abbreviation/dist/expand.cjs.js:30:10)
at Object.expand$$1 [as expand] (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/@emmetio/expand-abbreviation/dist/expand.cjs.js:233:5)
at expandAbbr (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/out/abbreviationActions.js:161:46)
at expandAbbreviationInRange (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/out/abbreviationActions.js:148:24)
at vscode.window.showInputBox.then.abbreviation (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/out/abbreviationActions.js:54:9)
The text was updated successfully, but these errors were encountered:
@ramya-rao-a if expand and abbreviation are common terms in Emmet than after second though this could be fine. I am not an experienced emmet user to know good terms for this, just for a emmet noob this seemed a bit too harsh
Steps to Reproduce:
emmet: wrap with abbreviation
ul li
as the abbreviationexpected
message shown about invalid abbreviation.
Actual
Nothing happens
This error is logged in the developer console:
The text was updated successfully, but these errors were encountered: