mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 19:45:48 +00:00
Update launch.json
This commit is contained in:
parent
ccfe1b4632
commit
6b6816a2f2
1 changed files with 8 additions and 0 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
@ -11,6 +11,14 @@
|
|||
"request": "launch",
|
||||
"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",
|
||||
"type": "node",
|
||||
|
|
Loading…
Reference in a new issue