microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
226 stars 11 forks source link

[BUG] Opting out of telemetry question #1495

Open ivann5637 opened 1 week ago

ivann5637 commented 1 week ago

Describe the Issue

The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry what to do...?

Steps To Reproduce

No response

Expected Behavior

No response

Environment Information

No response

webreidi commented 3 days ago

@ivann5637 yes, setting that environment variable will opt you out of having telemetry collected by the CLI Tools you use. What is the question or issue?