Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Apr 2, 2024
1 parent b99db37 commit 45fc6e2
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"program": "${workspaceFolder}/hancho.py",
"cwd": "${workspaceFolder}/tutorial",
"args": ["-f", "-v", "-j1", "tut40.hancho"],
"args": ["-f", "-v", "-j1", "-d", "--foobar=barfoo", "tut40.hancho"],
"console": "integratedTerminal",
"justMyCode": false,
//"preLaunchTask": "Wipe build",
Expand Down
Loading

0 comments on commit 45fc6e2

Please sign in to comment.