Skip to content

Commit

Permalink
update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Oct 18, 2023
1 parent bd7b778 commit de02d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "conformance",
"type": "lua",
"request": "launch",
"luaVersion": "5.4",
"luaVersion": "lua54",
"luaArch": "x86_64",
"console": "integratedTerminal",
"outputCapture": [
Expand All @@ -21,7 +21,7 @@
"name": "benchmark",
"type": "lua",
"request": "launch",
"luaVersion": "5.4",
"luaVersion": "lua54",
"luaArch": "x86_64",
"console": "integratedTerminal",
"outputCapture": [
Expand All @@ -32,7 +32,7 @@
"name": "edit",
"type": "lua",
"request": "launch",
"luaVersion": "5.4",
"luaVersion": "lua54",
"luaArch": "x86_64",
"console": "integratedTerminal",
"outputCapture": [
Expand Down

0 comments on commit de02d87

Please sign in to comment.