Skip to content

Commit 0d81c7f

Browse files
committed
增加一个新配置
1 parent 3d0dc34 commit 0d81c7f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

compile/common/package_json.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,12 @@ attributes.attach = {
279279
default = "lua.exe",
280280
markdownDescription = "Name of process to attach to.",
281281
type = "string",
282-
}
282+
},
283+
waitForDebugger = {
284+
default = false,
285+
markdownDescription = "Wait for debugger to attach. (It needs to be implemented in the debugging host.)",
286+
type = "boolean",
287+
},
283288
}
284289

285290
json.contributes.debuggers[1].variables = {

0 commit comments

Comments
 (0)