From f51c18bcaab76e18f182d761a9a6d1b66e1ebd90 Mon Sep 17 00:00:00 2001 From: anni57779821988 <134767082+anni57779821988@users.noreply.github.com> Date: Sat, 27 May 2023 13:00:09 +0200 Subject: [PATCH] Create pending --- pending | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pending 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" + } + ] +}