Open OldStarchy opened 9 months ago
I would like to run a bootstrap.lua file when running other files.
bootstrap.lua
eg. lua myFile.lua arg1 arg2 should be executed as lua bootstrap.lua myFile.lua arg1 arg2
lua myFile.lua arg1 arg2
lua bootstrap.lua myFile.lua arg1 arg2
I could not find any setting to configure this.
I tried
"luaPath": "lua boostrap.lua",
and
"program": "lua", "args": ["boostrap.lua"],
I would like to run a
bootstrap.lua
file when running other files.eg.
lua myFile.lua arg1 arg2
should be executed aslua bootstrap.lua myFile.lua arg1 arg2
I could not find any setting to configure this.
I tried
and