diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-10-11 10:40:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-10-11 10:40:35 +0800 |
commit | 3a666c7a77f51b951985ceb57467cc87f00da3cb (patch) | |
tree | f6f10c609d910e65379bb2a146c258c97685b9eb | |
parent | 4ed5fddc914bf502d1729c8f184670763df577fc (diff) | |
download | lua-language-server-3a666c7a77f51b951985ceb57467cc87f00da3cb.zip |
update launch.json
-rw-r--r-- | .vscode/launch.json | 12 |
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", |