Fix up some miscellaneous shit around the project regarding lua conversions

This commit is contained in:
2025-03-25 17:46:21 +01:00
parent 1bcc6735ab
commit 15ae116447
4 changed files with 101 additions and 85 deletions

9
.vscode/launch.json vendored
View File

@@ -9,8 +9,13 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"args": []
"program": "${workspaceFolder}",
"args": [
"-mode=json",
"$..name",
"v='pero'",
"test.json"
]
}
]
}