-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebtCode quality issuesCode quality issuesextensionsIssues concerning extensionsIssues concerning extensionsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.16.1
- OS Version: Windows 8.1
Steps to Reproduce:
- In a html file, type (not copy)
<span>test
- Undo to before step 1
- Redo
Now you cannot redo the typing of test
or any edits after that point, as the auto close overwrote the undo/redo history.
Alternate steps:
- Delete an opening tag not immediately followed by its closing tag; e.g. delete the
<span>
of<span>test</span>
- Undo your deletion
Reproduces without extensions: Yes
Expected behavior:
VSCode does not perform any new automatic formatting on undo/redo.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebtCode quality issuesCode quality issuesextensionsIssues concerning extensionsIssues concerning extensionsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded