commit | 9e57da4756f5f2423f81dff6a3b6467410038a7c | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jun 15 22:22:46 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Jun 15 22:22:46 2021 -0700 |
tree | 1a7f082b302b578a1b500536f0d21f78a3962928 | |
parent | 6d6525ebc962a34596e243f76b6a1297d9fb0784 [diff] [blame] |
Add stack walking to _do_gc
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4052e94..8ccaf01 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json
@@ -17,6 +17,11 @@ "type": "shell", "label": "sphynx:watch", "command": "make -C doc/ watch" + }, + { + "type": "shell", + "label": "buildLisp", + "command": "make -C src/lisp" } ], } \ No newline at end of file