diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-12-15 19:17:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-12-15 19:17:01 +0800 |
commit | edf22aba16f36ca7784832f7bb6a550ac6ab1af2 (patch) | |
tree | 1e64fa0be81da94510006462a0044cf8f302f426 | |
parent | a2f59497abe5833361ca2825596dbdd4c7213475 (diff) | |
download | lua-language-server-edf22aba16f36ca7784832f7bb6a550ac6ab1af2.zip |
update lovr-api
-rw-r--r-- | .vscode/launch.json | 6 | ||||
m--------- | 3rd/lovr-api | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 8580852c..bfb5c94c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "request": "launch", "stopOnEntry": false, "program": "${workspaceRoot}/test.lua", - "luaexe": "${workspaceFolder}/Windows/lua-language-server.exe", + "luaexe": "${workspaceFolder}/bin/lua-language-server.exe", "cpath": null, "arg": [ ], @@ -40,9 +40,9 @@ "type": "lua", "request": "launch", "stopOnEntry": false, - "luaexe": "${workspaceFolder}/Windows/lua-language-server.exe", + "luaexe": "${workspaceFolder}/bin/lua-language-server", "program": "${workspaceRoot}/tools/build-3rd-meta.lua", - "cpath": "${workspaceFolder}/Windows/?.dll", + "cpath": "${workspaceFolder}/bin/?.dll", "arg": [ ], "luaVersion": "latest", diff --git a/3rd/lovr-api b/3rd/lovr-api -Subproject 58580f0f8ba3852fa7fe1b31a275e0d2a657ec3 +Subproject 92d3742eb6c3f4999a0c575984c82a75652e2b7 |