diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-26 17:05:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-26 17:05:45 +0800 |
commit | 21ede3732d3bd57078db2d9075cd0dcd54dda458 (patch) | |
tree | 3c555358fd04e10116374c199174ac7c6c751713 /.vscode | |
parent | 6360efc85938c6caac8d60171dad12a17d08dcc7 (diff) | |
download | lua-language-server-21ede3732d3bd57078db2d9075cd0dcd54dda458.zip |
修正测试
Diffstat (limited to '.vscode')
-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", |