diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-30 15:14:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-30 15:14:56 +0800 |
commit | 207f5f7211b5349e203bb30a1209409f52ea5091 (patch) | |
tree | 33687316be0d9b425ee5c8375b1f1f24a584a431 /.vscode | |
parent | 30f4a6da26f8a96105a00e15c0567a371355186f (diff) | |
download | lua-language-server-207f5f7211b5349e203bb30a1209409f52ea5091.zip |
cleanup
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 3ba84cd2..c2dd4704 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,12 +9,6 @@ "stopOnEntry": false, "program": "${workspaceRoot}/test.lua", "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", - "linux": { - "luaexe": "${workspaceFolder}/bin/Linux/lua-language-server" - }, - "osx": { - "luaexe": "${workspaceFolder}/bin/macOS/lua-language-server" - }, "arg": [ ], "luaVersion": "latest", |