Skip to content

Commit

Permalink
Disable Cursor Sync by Default
Browse files Browse the repository at this point in the history
Currently no API available to detect the sidebar state.

Issue: #171
  • Loading branch information
DotJoshJohnson committed May 29, 2018
1 parent 6b254f4 commit 4de58fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 4de58fe

Please sign in to comment.