Skip to content

Commit

Permalink
VSCode: Fix outdated name for jngl-unittest (C/C++) target
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed May 9, 2023
1 parent a2bc53d commit 4c60711
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 @@ -73,10 +73,10 @@
"preLaunchTask": "build"
},
{
"name": "unittest (C/C++)",
"name": "jngl-unittest (C/C++)",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceRoot}/build/unittest",
"program": "${workspaceRoot}/build/jngl-unittest",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceRoot}/build",
Expand Down

0 comments on commit 4c60711

Please sign in to comment.