diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-11 10:47:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-11 10:47:29 +0800 |
commit | 51235c40a4874e7235281b8797a68b7646940955 (patch) | |
tree | a5b16b6f8e05fcbecc9bb373a7c9c56394cb7dc9 | |
parent | e2cdda52b7239c180f9f3a8f5090aa3f2dd7e9aa (diff) | |
download | lua-language-server-51235c40a4874e7235281b8797a68b7646940955.zip |
update launch.json
-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", |