diff options
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index a64c76b4..078f26b3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -40,7 +40,7 @@ "request": "launch", "stopOnEntry": false, "program": "${workspaceRoot}/tools/love-api.lua", - "luaexe": "${workspaceFolder}/bin/Windows/lua-language-server.exe", + "cpath": "${workspaceFolder}/bin/Windows/?.dll", "arg": [ ], "luaVersion": "latest", |