-
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 issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.18.1
- OS Version: Windows 10 1703
Steps to Reproduce:
- Type this:
<div>
<input>
<div></div>
</div>- Put cursor on child div and run Emmet: remove/update tag
- parent div takes effect
Additional Notes
- List of void elements that show the same result when they replaces
<input><col>,<embed>,<input>,<param>,<source>,<track>
- Slash before closing bracket prevents the malfunction. (like
<input/>instead of<input>)
Reproduces without extensions: Yes
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 issueshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)verifiedVerification succeededVerification succeeded