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.