We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4414b6 + 032dddb commit 774a0beCopy full SHA for 774a0be
compile/common/package_json.lua
@@ -5,7 +5,7 @@ local OS, ARCH = platform:match "^([^-]+)-([^-]+)$"
5
6
local json = {
7
name = "lua-debug",
8
- version = "2.1.2",
+ version = "2.1.3",
9
publisher = "actboy168",
10
displayName = "Lua Debug",
11
description = "VSCode debugger extension for Lua",
@@ -280,7 +280,12 @@ attributes.attach = {
280
default = "lua.exe",
281
markdownDescription = "Name of process to attach to.",
282
type = "string",
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
289
}
290
291
json.contributes.debuggers[1].variables = {
0 commit comments