Adds setting to explicitly control telemetry

Disables zone.js monkey patching by application insights
This commit is contained in:
Eric Amodio
2017-06-07 12:15:50 -04:00
parent 4eb1c3e36a
commit 9cf86a41ec
4 changed files with 12 additions and 1 deletions

View File

@@ -691,6 +691,11 @@
"default": true,
"description": "Specifies whether or not to close the QuickPick menu when focus is lost"
},
"gitlens.advanced.telemetry.enabled": {
"type": "boolean",
"default": true,
"description": "Specifies whether or not to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting"
},
"gitlens.advanced.toggleWhitespace.enabled": {
"type": "boolean",
"default": false,