Skip to content

Commit

Permalink
Add VSCode launch config to run current unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitley committed Jan 30, 2024
1 parent fcb63ae commit 414f301
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Expand Up @@ -47,6 +47,16 @@
"hideSystemGoroutines": true,
"console": "integratedTerminal",
},
{
"name": "Test Current File",
"type": "go",
"request": "launch",
"mode": "test",
"program": "${relativeFileDirname}",
"env": {},
"args": [],
"showLog": true
}
],
"compounds": [
{
Expand Down

0 comments on commit 414f301

Please sign in to comment.