Disable Cursor Sync by Default
Currently no API available to detect the sidebar state. Issue: #171
This commit is contained in:
parent
6b254f4c0a
commit
4de58fe2e0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
},
|
||||
"xmlTools.enableXmlTreeViewCursorSync": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"description": "Enables auto-reveal of elements in the XML Document view when a start tag is clicked in the editor.",
|
||||
"scope": "window"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue