Add minimal test case for csharp

This commit is contained in:
Ben Jackson 2019-06-22 16:43:58 +01:00
commit a894ae0126
9 changed files with 829 additions and 0 deletions

View file

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