Skip to content

Commit

Permalink
Add vscode launch.json for debugging (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- authored Jan 11, 2025
1 parent ea1422b commit fca4a89
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug gh token",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}",
"env": {},
"args": [
"installations",
"-k",
"${workspaceFolder}/.keys/test-key.pem",
"--app-id",
"394554"
],
"showLog": true,
"trace": "verbose",
}
]
}
Binary file removed images/demo.gif
Binary file not shown.

0 comments on commit fca4a89

Please sign in to comment.