-
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-multicursorEditor multiple cursor issuesEditor multiple cursor issueseditor-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
- OS Version: Windows 10 Enterprise
Steps to Reproduce:
- Write singleline html tag, e.g.:
<div></div>
- Put cursor inside tag name. Cursor is mirrored as expected
- 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
mikekosulin and nelsonec87
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-multicursorEditor multiple cursor issuesEditor multiple cursor issueseditor-synced-regionIssues related to synced region functionality in editorIssues related to synced region functionality in editorhtmlHTML support issuesHTML support issuesverifiedVerification succeededVerification succeeded