Added set target function
This commit is contained in:
@ -2,10 +2,14 @@ local config = require "core.config"
|
||||
|
||||
config.plugins.jpdebug = {
|
||||
targets = {
|
||||
["test"] = {
|
||||
["test - msys"] = {
|
||||
type = "shell",
|
||||
cmd = {"C:\\msys64\\msys2_shell.cmd", "-defterm", "-here", "-no-start", "-ucrt64", "-shell", "bash", "-c", "lua test.lua"}
|
||||
}
|
||||
},
|
||||
["test"] = {
|
||||
type = "shell",
|
||||
cmd = {"lua", "test.lua"}
|
||||
}
|
||||
},
|
||||
target = "test"
|
||||
default_target = "test"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user