diff --git a/pending b/pending new file mode 100644 index 0000000..de587ac --- /dev/null +++ b/pending @@ -0,0 +1,28 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceFolder}/demo-dotnet/code/bin/Debug/net7.0/code.dll", + "args": [], + "cwd": "${workspaceFolder}/demo-dotnet/code", + "console": "internalConsole", + "stopAtEntry": false + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach" + }, + { + "name": "Attach to Python Functions", + "type": "python", + "request": "attach", + "port": 9091, + "preLaunchTask": "func: host start" + } + ] +}