mirror of
https://gitea.com/actions/setup-node.git
synced 2025-12-14 04:31:34 +08:00
Update launch.json
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user