diff options
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index c731fe96..cfb5988b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -32,13 +32,12 @@ "type": "lua", "request": "launch", "stopOnEntry": false, + "program": "${workspaceRoot}/test-beta.lua", "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", "arg": [ ], "consoleCoding": "utf8", "sourceCoding": "utf8", - "luaVersion": "5.4", - "luaArch": "x86_64", "outputCapture": [ "print", "stderr", |