Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed May 21, 2024
1 parent b081790 commit 9e1f465
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"console": "integratedTerminal",
"luaVersion": "lua-latest",
"windows": {
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.8-win32-x64/bin/lua-debug.exe"
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.9-win32-x64/bin/lua-debug.exe"
},
"linux": {
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.8-linux-x64/bin/lua-debug",
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.9-linux-x64/bin/lua-debug",
},
"osx": {
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.8-darwin-arm64/bin/lua-debug",
"luaexe": "${command:extensionPath}actboy168.lua-debug-2.0.9-darwin-arm64/bin/lua-debug",
},
"outputCapture": [
],
Expand All @@ -34,7 +34,7 @@
"--extensionDevelopmentPath=${workspaceFolder}/extension/"
],
"env": {
"VSCODE_EXTENSION_PATH" : "${command:extensionPath}actboy168.lua-debug-2.0.8"
"VSCODE_EXTENSION_PATH" : "${command:extensionPath}actboy168.lua-debug-2.0.9"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion compile/common/package_json.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local OS, ARCH = platform:match "^([^-]+)-([^-]+)$"

local json = {
name = "lua-debug",
version = "2.0.8",
version = "2.0.9",
publisher = "actboy168",
displayName = "Lua Debug",
description = "VSCode debugger extension for Lua",
Expand Down

0 comments on commit 9e1f465

Please sign in to comment.