til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Stop Visual Studio Code from Calling Home

This tip is only for telemetrics, not 3rd. party plugin data.

Go into Preferences > Settings and edit your User Settings and add the following line:

"telemetry.telemetryLevel": "off",

In earlier versions this was:

"telemetry.enableTelemetry": false

As was earlier specified in the FAQ, this is however outdated now.

References