Skip to content

Commit 8309838

Browse files
committed
2.0.12
1 parent 2d2dc34 commit 8309838

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"console": "integratedTerminal",
99
"luaVersion": "lua-latest",
1010
"windows": {
11-
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.11-win32-x64/bin/lua-debug.exe"
11+
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.12-win32-x64/bin/lua-debug.exe"
1212
},
1313
"linux": {
14-
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.11-linux-x64/bin/lua-debug",
14+
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.12-linux-x64/bin/lua-debug",
1515
},
1616
"osx": {
17-
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.11-darwin-arm64/bin/lua-debug",
17+
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.12-darwin-arm64/bin/lua-debug",
1818
},
1919
"outputCapture": [
2020
],
@@ -34,7 +34,7 @@
3434
"--extensionDevelopmentPath=${workspaceFolder}/extension/"
3535
],
3636
"env": {
37-
"VSCODE_EXTENSION_PATH" : "${command:extensionPath}actboy168.lua-debug-2.0.11"
37+
"VSCODE_EXTENSION_PATH" : "${command:extensionPath}actboy168.lua-debug-2.0.12"
3838
}
3939
}
4040
]

compile/common/package_json.lua

Lines changed: 1 addition & 1 deletion
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.0.11",
8+
version = "2.0.12",
99
publisher = "actboy168",
1010
displayName = "Lua Debug",
1111
description = "VSCode debugger extension for Lua",

0 commit comments

Comments
 (0)