{ "configurations": [ { "type": "cargo", "name": "Debug", "cargoArgs": ["run"], }, { "type": "cargo", "name": "Release", "cargoArgs": ["run", "-r"], }, ] }