summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-10-11 10:40:35 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-10-11 10:40:35 +0800
commit3a666c7a77f51b951985ceb57467cc87f00da3cb (patch)
treef6f10c609d910e65379bb2a146c258c97685b9eb
parent4ed5fddc914bf502d1729c8f184670763df577fc (diff)
downloadlua-language-server-3a666c7a77f51b951985ceb57467cc87f00da3cb.zip
update launch.json
-rw-r--r--.vscode/launch.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 8c86fcbe..c90d7307 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -9,7 +9,7 @@
"stopOnEntry": false,
"program": "${workspaceRoot}/test.lua",
"luaexe": "${workspaceFolder}/bin/lua-language-server",
- "luaVersion": "5.4",
+ "luaVersion": "lua54",
"sourceCoding": "utf8",
"console": "integratedTerminal",
"internalConsoleOptions": "openOnSessionStart",
@@ -54,7 +54,7 @@
"internalConsoleOptions": "openOnSessionStart",
"arg": [
],
- "luaVersion": "latest",
+ "luaVersion": "lua-latest",
"sourceCoding": "utf8",
"outputCapture": [
"print",
@@ -73,7 +73,7 @@
"internalConsoleOptions": "openOnSessionStart",
"arg": [
],
- "luaVersion": "latest",
+ "luaVersion": "lua-latest",
"sourceCoding": "utf8",
"outputCapture": [
"print",
@@ -92,7 +92,7 @@
"internalConsoleOptions": "openOnSessionStart",
"arg": [
],
- "luaVersion": "latest",
+ "luaVersion": "lua-latest",
"sourceCoding": "utf8",
"outputCapture": [
"print",
@@ -111,7 +111,7 @@
"--check",
"${workspaceRoot}",
],
- "luaVersion": "5.4",
+ "luaVersion": "lua-latest",
"sourceCoding": "utf8",
"outputCapture": [
"print",
@@ -130,7 +130,7 @@
"--doc",
"${workspaceRoot}",
],
- "luaVersion": "5.4",
+ "luaVersion": "lua-latest",
"sourceCoding": "utf8",
"outputCapture": [
"print",