Skip to content

Commit 0d64cc2

Browse files
committed
compatible with non-Windows
1 parent c3ea2ee commit 0d64cc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/launch.json

Lines changed: 5 additions & 5 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}/bin/lua-language-server.exe",
11+
"luaexe": "${workspaceFolder}/bin/lua-language-server",
1212
"cpath": null,
1313
"arg": [
1414
],
@@ -42,7 +42,7 @@
4242
"stopOnEntry": false,
4343
"luaexe": "${workspaceFolder}/bin/lua-language-server",
4444
"program": "${workspaceRoot}/tools/build-3rd-meta.lua",
45-
"cpath": "${workspaceFolder}/bin/?.dll",
45+
"cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
4646
"arg": [
4747
],
4848
"luaVersion": "latest",
@@ -58,7 +58,7 @@
5858
"request": "launch",
5959
"stopOnEntry": false,
6060
"program": "${workspaceRoot}/main.lua",
61-
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe",
61+
"luaexe": "${workspaceFolder}/bin/lua-language-server",
6262
"cpath": null,
6363
"arg": [
6464
"--check",
@@ -78,7 +78,7 @@
7878
"stopOnEntry": false,
7979
"luaexe": "${workspaceFolder}/bin/lua-language-server",
8080
"program": "${workspaceRoot}/tools/locale.lua",
81-
"cpath": "${workspaceFolder}/bin/?.dll",
81+
"cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
8282
"arg": [
8383
],
8484
"luaVersion": "latest",
@@ -95,7 +95,7 @@
9595
"stopOnEntry": false,
9696
"luaexe": "${workspaceFolder}/bin/lua-language-server",
9797
"program": "${workspaceRoot}/tools/build-doc.lua",
98-
"cpath": "${workspaceFolder}/bin/?.dll",
98+
"cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
9999
"arg": [
100100
],
101101
"luaVersion": "latest",

0 commit comments

Comments
 (0)