Skip to content

Commit edf22ab

Browse files
committed
update lovr-api
1 parent a2f5949 commit edf22ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"request": "launch",
99
"stopOnEntry": false,
1010
"program": "${workspaceRoot}/test.lua",
11-
"luaexe": "${workspaceFolder}/Windows/lua-language-server.exe",
11+
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe",
1212
"cpath": null,
1313
"arg": [
1414
],
@@ -40,9 +40,9 @@
4040
"type": "lua",
4141
"request": "launch",
4242
"stopOnEntry": false,
43-
"luaexe": "${workspaceFolder}/Windows/lua-language-server.exe",
43+
"luaexe": "${workspaceFolder}/bin/lua-language-server",
4444
"program": "${workspaceRoot}/tools/build-3rd-meta.lua",
45-
"cpath": "${workspaceFolder}/Windows/?.dll",
45+
"cpath": "${workspaceFolder}/bin/?.dll",
4646
"arg": [
4747
],
4848
"luaVersion": "latest",

3rd/lovr-api

0 commit comments

Comments
 (0)