Update launch.json
parent
ccfe1b4632
commit
6b6816a2f2
|
@ -11,6 +11,14 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"projectPath": "${workspaceFolder}/<relative-path-to-project-folder><project-name>.csproj"
|
"projectPath": "${workspaceFolder}/<relative-path-to-project-folder><project-name>.csproj"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "C#: <swift> Debug",
|
||||||
|
"type": "dotnet",
|
||||||
|
"request": "launch",
|
||||||
|
"projectPath": "${workspaceFolder}/<relative-path-to-project-folder><project-name>.csproj"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Debug Jest Tests on Nix",
|
"name": "Debug Jest Tests on Nix",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
|
|
Loading…
Reference in New Issue