summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json6
m---------3rd/lovr-api0
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