diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-25 09:54:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-25 09:54:19 +0800 |
commit | 78b54ce517106029c25502ab0e93397dcf6018f0 (patch) | |
tree | 3f77f777219d21ab9342ecf0784b2bd07a353b99 /.vscode | |
parent | 4bcad2f7554c001102162cb895d251136ac52724 (diff) | |
download | lua-language-server-78b54ce517106029c25502ab0e93397dcf6018f0.zip |
移除bin
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 5 |
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", |