Answers for "telemetry"

C
0

telemetry

For example, running code --telemetry > telemetry.json && code telemetry.json will create a telemetry.json file in your current working directory and then open it in VS Code. You cannot pipe the output like this, code --telemetry | code -, due to the length of the telemetry report.
Posted by: Kevin Donnelly on December-11-2024

Code answers related to "telemetry"

Code answers related to "C"

Browse Popular Code Answers by Language