Skip to content

Pasting after selecting html tag pastes twice #87067

@mebibou

Description

@mebibou
  • VSCode Version: 1.41.0
  • OS Version: MacOS 10.15.1

Steps to Reproduce:

  1. Write the html code <div></div>
  2. Click after <div (put cursor before the end of opening tag)
  3. 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

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-synced-regionIssues related to synced region functionality in editorhtmlHTML support issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions