hey om trying to run a program on vs code but for to do that i need to launch configursation but that doesnt seem to work.
code:
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "mono",
"request": "launch",
"program": "program.exe",
"args": [],
"cwd": ".",
"runtimeExecutable": null,
"env": {}
},
{
"name": "Attach",
"type": "mono",
"request": "attach",
"address": "localhost",
"port": 5858
}
]
}
file name launch.json
error i am getting: launch: program '/Users/sanjitsingh/Downloads/Data/program.exe'
does not exist
Can someone help.