LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

Bootstrap file at start

Open OldStarchy opened this issue 1 year ago • 0 comments

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"],

OldStarchy avatar Feb 06 '24 00:02 OldStarchy