Skip to content

Commit 774a0be

Browse files
committed
Merge branch 'master' of https://github.com/actboy168/lua-debug
2 parents b4414b6 + 032dddb commit 774a0be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

compile/common/package_json.lua

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local OS, ARCH = platform:match "^([^-]+)-([^-]+)$"
55

66
local json = {
77
name = "lua-debug",
8-
version = "2.1.2",
8+
version = "2.1.3",
99
publisher = "actboy168",
1010
displayName = "Lua Debug",
1111
description = "VSCode debugger extension for Lua",
@@ -280,7 +280,12 @@ attributes.attach = {
280280
default = "lua.exe",
281281
markdownDescription = "Name of process to attach to.",
282282
type = "string",
283-
}
283+
},
284+
waitForDebugger = {
285+
default = false,
286+
markdownDescription = "Wait for debugger to attach. (It needs to be implemented in the debugging host.)",
287+
type = "boolean",
288+
},
284289
}
285290

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

0 commit comments

Comments
 (0)