summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 80848a3..9396892 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,6 +9,9 @@
"type": "python",
"request": "launch",
"program": "autograder.py",
+ "args": [
+ "--question=q7",
+ ]
},
{
"name": "tinyMazeSearch",