Skip to content

Commit

Permalink
Create pending
Browse files Browse the repository at this point in the history
  • Loading branch information
anni57779821988 authored May 27, 2023
1 parent 1df36f0 commit f51c18b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pending
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit f51c18b

Please sign in to comment.