diff options
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index dc0bef87..6567e714 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,6 +9,12 @@ "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": [ ], "consoleCoding": "utf8", |