vimspector/support/test/csharp/.vimspector.json
2019-06-22 16:48:29 +01:00

14 lines
336 B
JSON

{
"configurations": {
"launch": {
"adapter": "netcoredbg",
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/bin/Debug/netcoreapp2.2/csharp.dll",
"args": [],
"stopAtEntry": true
}
}
}
}