summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 06af2a10..c731fe96 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,8 +12,7 @@
],
"consoleCoding": "utf8",
"sourceCoding": "utf8",
- "luaVersion": "5.4",
- "luaArch": "x86_64",
+ "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
"outputCapture": [
"print",
"stderr",
@@ -33,7 +32,7 @@
"type": "lua",
"request": "launch",
"stopOnEntry": false,
- "program": "${workspaceRoot}/test-beta.lua",
+ "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
"arg": [
],
"consoleCoding": "utf8",