Skip to content

Commit

Permalink
test: add vscode file for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <ale_grey_91@hotmail.it>
  • Loading branch information
alegrey91 committed Oct 7, 2023
1 parent 89a84ae commit a1698b8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Run as root",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"asRoot": true,
"console": "integratedTerminal",
"args": ["-fn", "<fuctionName>", "-co", "</path/to/command>"]
}
]
}

0 comments on commit a1698b8

Please sign in to comment.