Skip to content

Commit 6952929

Browse files
committed
chore: add test version args
1 parent 5404c2e commit 6952929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/launch.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"type": "cppvsdbg",
1010
"request": "launch",
1111
"program": "${command:cmake.launchTargetPath}",
12-
"args": [],
12+
"args": [
13+
"--version"
14+
],
1315
"stopAtEntry": false,
1416
"cwd": "${command:cmake.getLaunchTargetDirectory}",
1517
"environment": [

0 commit comments

Comments
 (0)