-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesEmmet related issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.19.0 (1.19.0)
- OS Version: macOS High Sierra 10.13.1 (17B1003)
- Reproduces without extensions: Yes
Steps to Reproduce:
- In your vscode preferences, enter this setup:
"emmet.preferences": {
"filter.commentAfter": "<!-- /[#ID][.CLASS] -->"
}
-
In a html file, using the Emmet "Wrap with abbreviation" enter something like ".container|c".
-
You should get an error saying "Failed to expand abbreviation".
It works beautifully when I simply add elements without the "Wrap with abbreviation", for example ".container|c" outputs:
<div class="container"></div><!-- /.container -->
"Wrap with abbreviation" also works fine without the "|c".
Thanks in advance !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugemmetEmmet related issuesEmmet related issuesverifiedVerification succeededVerification succeeded