Skip to content

Commit

Permalink
Find launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobsonsayers committed Apr 19, 2024
1 parent cd6abf5 commit 6f08343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go"
}
},
{
"name": "Scratch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/scratch/scratch.go",
"program": "${workspaceFolder}/scratch/scratch.go"
}
]
}

0 comments on commit 6f08343

Please sign in to comment.