-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-synced-regionIssues related to synced region functionality in editorIssues related to synced region functionality in editorhtmlHTML support issuesHTML support issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.41.0
- OS Version: MacOS 10.15.1
Steps to Reproduce:
- Write the html code
<div></div>
- Click after
<div
(put cursor before the end of opening tag) - Paste some content
=> The pasted content will appear both after <div
and after </div
. Example with pasting the content class="test"
will output <div class="test"></div class="test">
This didn't happen before, it is quite recent bug
dummdidumm, ntjnh, Stratubas, joshsiegl1, dtaalbers and 12 more
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-synced-regionIssues related to synced region functionality in editorIssues related to synced region functionality in editorhtmlHTML support issuesHTML support issuesverifiedVerification succeededVerification succeeded