summaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index af599a5..80848a3 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -157,7 +157,8 @@
"description": "Select the maze layout",
"options": [
"testSearch",
- "trickySearch"
+ "trickySearch",
+ "bigSearch"
],
"default": "tinyCorners"
}