microsoft / azure-boards-vscode

Azure Boards Extension for Visual Studio Code
MIT License
20 stars 14 forks source link

Add config to turn off telemetry collection #74

Open alexcnichols opened 5 years ago

alexcnichols commented 5 years ago

See: https://docs.opensource.microsoft.com/releasing/overview.html#initializing-your-repository Related to #73

With this, also mention how to use the setting in the README.

cschleiden commented 5 years ago

AppInsights automatically honors the VS Code settings.

alexcnichols commented 5 years ago

Meaning if you disable this VS Code app telemetry setting it will automatically also stop sending telemetry for our extension too? image

Is that documented? What if I want to disable just the telemetry for this extension?

Example: Azure Repos extension image

cschleiden commented 5 years ago

What do you mean, documented?

alexcnichols commented 5 years ago

how do you know that there is some automatic honoring going on?

cschleiden commented 5 years ago

image

;)