I keep getting the Unable to start debugging. The value of miDebuggerPath is invalid
error in vs-code when trying to run my hello world c program.
I was suggested to run sudo pacman -S gdp
however that returns an error: error: target not found: gdp
my launch.json:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}