Skip to content

Commit

Permalink
chore(vscode): add launch config to console
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed Apr 18, 2022
1 parent b023657 commit 1eb499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/console.out",
"args": [],
"args": ["./console/entrada.txt", "10"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
Expand Down

0 comments on commit 1eb499d

Please sign in to comment.