Skip to content

Commit 3a666c7

Browse files
committed
update launch.json
1 parent 4ed5fdd commit 3a666c7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.vscode/launch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"stopOnEntry": false,
1010
"program": "${workspaceRoot}/test.lua",
1111
"luaexe": "${workspaceFolder}/bin/lua-language-server",
12-
"luaVersion": "5.4",
12+
"luaVersion": "lua54",
1313
"sourceCoding": "utf8",
1414
"console": "integratedTerminal",
1515
"internalConsoleOptions": "openOnSessionStart",
@@ -54,7 +54,7 @@
5454
"internalConsoleOptions": "openOnSessionStart",
5555
"arg": [
5656
],
57-
"luaVersion": "latest",
57+
"luaVersion": "lua-latest",
5858
"sourceCoding": "utf8",
5959
"outputCapture": [
6060
"print",
@@ -73,7 +73,7 @@
7373
"internalConsoleOptions": "openOnSessionStart",
7474
"arg": [
7575
],
76-
"luaVersion": "latest",
76+
"luaVersion": "lua-latest",
7777
"sourceCoding": "utf8",
7878
"outputCapture": [
7979
"print",
@@ -92,7 +92,7 @@
9292
"internalConsoleOptions": "openOnSessionStart",
9393
"arg": [
9494
],
95-
"luaVersion": "latest",
95+
"luaVersion": "lua-latest",
9696
"sourceCoding": "utf8",
9797
"outputCapture": [
9898
"print",
@@ -111,7 +111,7 @@
111111
"--check",
112112
"${workspaceRoot}",
113113
],
114-
"luaVersion": "5.4",
114+
"luaVersion": "lua-latest",
115115
"sourceCoding": "utf8",
116116
"outputCapture": [
117117
"print",
@@ -130,7 +130,7 @@
130130
"--doc",
131131
"${workspaceRoot}",
132132
],
133-
"luaVersion": "5.4",
133+
"luaVersion": "lua-latest",
134134
"sourceCoding": "utf8",
135135
"outputCapture": [
136136
"print",

0 commit comments

Comments
 (0)