Defaulted mirrorCursorOnMatchingTag to false

Resolves #87737
This commit is contained in:
Jarod Kurland 2020-01-20 16:12:54 +02:00
parent 017aef63b9
commit 9be42959e3

View file

@ -164,7 +164,7 @@
"html.mirrorCursorOnMatchingTag": {
"type": "boolean",
"scope": "resource",
"default": true,
"default": false,
"description": "%html.mirrorCursorOnMatchingTag%"
},
"html.trace.server": {