Skip to content

Commit

Permalink
Merge pull request devfile#184 from yangcao77/main
Browse files Browse the repository at this point in the history
add debugger launch file
  • Loading branch information
yangcao77 committed Sep 22, 2023
2 parents efff858 + bbdd326 commit 6eae8c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"useApiV1": false,
"name": "Debug parser",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "${workspaceFolder}",
}
]
}

0 comments on commit 6eae8c3

Please sign in to comment.