feat: upgrade to numerical IDs

This commit is contained in:
Nova
2024-06-05 14:34:45 -04:00
parent 5f9d9d4714
commit 8d2aac12d6
36 changed files with 978 additions and 1169 deletions

View File

@@ -8,13 +8,13 @@ name = "task"
# type = "lldb"
# the program to run
program = "cargo"
program = "./target/debug/stardust-xr-server"
# the program arguments, e.g. args = ["arg1", "arg2"], optional
args = ["lrun", "--", "-f"]
# args = []
# current working directory, optional
# cwd = "${workspace}"
cwd = "${workspace}"
# enviroment variables, optional
# [configs.env]