Skip to content

Commit fca4a89

Browse files
authored
Add vscode launch.json for debugging (#43)
1 parent ea1422b commit fca4a89

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.vscode/launch.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Debug gh token",
6+
"type": "go",
7+
"request": "launch",
8+
"mode": "debug",
9+
"program": "${workspaceFolder}",
10+
"env": {},
11+
"args": [
12+
"installations",
13+
"-k",
14+
"${workspaceFolder}/.keys/test-key.pem",
15+
"--app-id",
16+
"394554"
17+
],
18+
"showLog": true,
19+
"trace": "verbose",
20+
}
21+
]
22+
}

images/demo.gif

-3.97 MB
Binary file not shown.

0 commit comments

Comments
 (0)