Update mono debug; even though it doesn't work

This commit is contained in:
Ben Jackson 2020-11-16 21:17:22 +00:00
commit cd3b5f5baa
5 changed files with 61 additions and 17 deletions

View file

@ -13,7 +13,11 @@
"adapter": "vscode-mono-debug",
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/Program.exe"
"program": "${workspaceRoot}/Program.exe",
"console": "integratedTerminal",
"cwd": "${workspaceRoot}",
"args": [],
"env": {}
}
}
}