VSCode complains in launch.json about “Configured debug type ‘cppvsdbg’ is installed but not supported in this environment.”

Issue

This Content is from Stack Overflow. Question asked by Taylor Brown

I’m trying to run a C program in VSCode. I am working to get a valid launch.json file, but it’s complaining about the "type": "cppvsdbg" line, saying that the “Configured debug type ‘cppvsdbg’ is installed but not supported in this environment.”

I’m running a mac, OS Monterey 12.3, on an M1 Max chip. My VSCode version is up-to-date, “1.71.0 (Universal)”.



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?