mirror of
https://gitea.com/actions/setup-node.git
synced 2024-11-24 11:09:33 +01:00
Update launch.json
This commit is contained in:
parent
c2ac33f2c6
commit
ccfe1b4632
1 changed files with 7 additions and 0 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -4,6 +4,13 @@
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "C#: <project-name> 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 a new issue