LuaHelper
LuaHelper copied to clipboard
Bootstrap file at start
I would like to run a bootstrap.lua file when running other files.
eg. lua myFile.lua arg1 arg2 should be executed as 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"],