According to telemetry documentation the telemetry.telemetryLevel user setting controls what type of telemetry data is collected, including crash reports.
https://code.visualstudio.com/docs/getstarted/telemetry
However, the FAQ page has a 'How to disable crash reporting' section refers to the enable-crash-reporter setting in the argv.json file.
https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-crash-reporting
What is the difference between those settings?