Skip to content

Mirror cursor makes extra copy when duplicating row #87161

@SavchukSergey

Description

@SavchukSergey
  • VSCode Version: 1.41
  • OS Version: Windows 10 Enterprise

Steps to Reproduce:

  1. Write singleline html tag, e.g.:
<div></div>
  1. Put cursor inside tag name. Cursor is mirrored as expected
  2. Press duplicate line (alt+shift+down). This results in three html line
<div></div>
<div></div>
<div></div>

When cursor is not inside tag name everything is ok

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-multicursorEditor multiple cursor issueseditor-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