When I edit html in VS Code, it has started to behave differently than before. When I select an html-element, a caret appears on the closing element as well (see gif). How do I disable this "feature"
Asked
Active
Viewed 241 times
0

John
- 10,165
- 5
- 55
- 71
-
look in the updates 1.38+. Or in the settings for "multi", has been asked here a few days ago but can't find the question – rioV8 Dec 27 '19 at 08:34
-
Thanks for the tips. I figured it out – John Dec 27 '19 at 08:37
-
See https://stackoverflow.com/questions/36628833/select-matching-element-rename-html-tag-in-visual-studio-code/59221721#59221721 – Mark Dec 27 '19 at 15:14
1 Answers
0
Thanks to the comment of rioV8, I was able to figure it out. Seems like is was an update in November 2019, version 1.41 , and I found the settings in VS Code (see image).
I had to disable an option (Mirror Cursor On Matching Tag) that was enabled by default

John
- 10,165
- 5
- 55
- 71