summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-11-26 17:05:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-11-26 17:05:45 +0800
commit21ede3732d3bd57078db2d9075cd0dcd54dda458 (patch)
tree3c555358fd04e10116374c199174ac7c6c751713 /.vscode
parent6360efc85938c6caac8d60171dad12a17d08dcc7 (diff)
downloadlua-language-server-21ede3732d3bd57078db2d9075cd0dcd54dda458.zip
修正测试
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json3
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",