From 4de58fe2e05b1267c064edef4412675dc9a5cf2f Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 29 May 2018 18:37:14 -0400 Subject: [PATCH] Disable Cursor Sync by Default Currently no API available to detect the sidebar state. Issue: #171 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11dd062..0c7d313 100644 --- a/package.json +++ b/package.json @@ -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" },