summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorLei Zhu <uhziel@gmail.com>2020-12-28 18:31:11 +0800
committerLei Zhu <uhziel@gmail.com>2020-12-28 18:31:11 +0800
commitda147c565f28233720f934ba4228058b805568e1 (patch)
treef1b1ec4751e41ab3e8b388d6a0d30c17e1dd0122 /.vscode
parent563623649c2fef2e528cb8245f5d4151bf257818 (diff)
downloadlua-language-server-da147c565f28233720f934ba4228058b805568e1.zip
补上漏掉的.exe
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 9ae8dd76..6567e714 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -8,7 +8,7 @@
"request": "launch",
"stopOnEntry": false,
"program": "${workspaceRoot}/test.lua",
- "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server",
+ "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe",
"linux": {
"luaexe": "${workspaceFolder}/bin/Linux/lua-language-server"
},