Added constructors to tangible.build, more work on keyword argument parsing, added LS.tailcall.

This commit is contained in:
2025-01-21 20:20:54 -05:00
parent 485caee05d
commit 69cb659d78
6 changed files with 83 additions and 18 deletions

View File

@@ -183,6 +183,14 @@ LUPREXBUILDTASK["type"] = "shell"
LUPREXBUILDTASK["options"] = {}
LUPREXBUILDTASK["options"]["cwd"] = f"{INTEGRATION}/luprex"
#
# Add a presentation { clear=true } to all build tasks.
#
for task in WORKSPACE["tasks"]["tasks"]:
task["presentation"] = {}
task["presentation"]["clear"] = True
#
# Convert all launch configurations to lldb.
#