Disable Cursor Sync by Default

Currently no API available to detect the sidebar state.

Issue: #171
This commit is contained in:
Josh Johnson 2018-05-29 18:37:14 -04:00
parent 6b254f4c0a
commit 4de58fe2e0
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},