formulahendry/vscode-auto-close-tag
Undo should not trigger auto tag closing
Offen
#78 geöffnet am 15.03.2018
bughelp wanted
Repository-Metriken
- Stars
- (180 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Steps to reproduce:
- Copy paste
<div>into editor, and delete>. - Undo, and it auto closes the
divtag.
This seem to be a quite dangerous behavior to me, because sometimes I would rely on redo to do some dangerous temporary rolling back for testing purpose. And this behavior could clean the redos.