You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested solution: Disable autocompletion during undo.
Steps to reproduce the problem:
Enter the following code in an html file: <script>text</script>
Delete the closing > of the <script> tag. yielding <scripttext</script>
Press Ctl+Z to undo. Undo should restore the deleted > only and show the original code from step 1. However, we get <script></script>text</script> (notice the extra </script>).
VS Code version: Code 1.28.1 (3368db6, 2018-10-11T18:07:34.132Z)
OS version: Linux ia32 4.4.0-137-generic
The text was updated successfully, but these errors were encountered:
Issue Type: Bug
Suggested solution: Disable autocompletion during undo.
Steps to reproduce the problem:
<script>text</script>
>
of the<script>
tag. yielding<scripttext</script>
>
only and show the original code from step 1. However, we get<script></script>text</script>
(notice the extra</script>
).VS Code version: Code 1.28.1 (3368db6, 2018-10-11T18:07:34.132Z)
OS version: Linux ia32 4.4.0-137-generic
The text was updated successfully, but these errors were encountered: