Files
jpdebug/.lite_project.lua
2025-10-23 16:18:59 +02:00

12 lines
278 B
Lua

local config = require "core.config"
config.plugins.jpdebug = {
targets = {
["test"] = {
type = "shell",
cmd = {"C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64", "-shell", "bash", "-c", "lua test.lua"}
}
},
target = "test"
}