Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Nov 1, 2023
1 parent 1036dd9 commit 1733a48
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "node-run-script integration",
"type": "go",
"request": "launch",
"mode": "test",
"program": "${fileDirname}/../integration",
"env": {
"GOOS": "linux",
"CGO_ENABLED": "0",
"PATH": "/home/costas/.nvm/versions/node/v18.17.1/bin:/home/costas/bin:/usr/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin:/usr/local/go/bin:/home/costas/.local/bin:/home/costas/Android/Sdk/emulator:/home/costas/Android/Sdk/platform-tools:/home/costas/RedHat/buildpacks/node-run-script/.bin"
},
"args": [
"count",
"1",
"timeout",
"0",
"./integration/...",
"-v",
"-run",
"Integration"
]
}
]
}

0 comments on commit 1733a48

Please sign in to comment.