awesomewm.d.tl/debug.lua

10 lines
216 B
Lua
Raw Normal View History

2022-06-26 17:37:53 +02:00
if os.getenv "LOCAL_LUA_DEBUGGER_VSCODE" ~= "1" then
print "You must run this script with the lua local debugger."
end
require("lldebugger").start()
for _, test_file in pairs { ... } do
dofile(test_file)
end