Skip to content

Commit 2fc116f

Browse files
authored
Fix launch sample configuration
1 parent 228b0d8 commit 2fc116f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "go",
1111
"request": "launch",
1212
"mode": "debug",
13-
"program": "${file}"
13+
"program": "${fileDirname}"
1414
},
1515
{
1616
"name": "Launch simple sample",

0 commit comments

Comments
 (0)