|
8 | 8 | "request": "launch", |
9 | 9 | "stopOnEntry": false, |
10 | 10 | "program": "${workspaceRoot}/test.lua", |
11 | | - "luaexe": "${workspaceFolder}/bin/lua-language-server.exe", |
| 11 | + "luaexe": "${workspaceFolder}/bin/lua-language-server", |
12 | 12 | "cpath": null, |
13 | 13 | "arg": [ |
14 | 14 | ], |
|
42 | 42 | "stopOnEntry": false, |
43 | 43 | "luaexe": "${workspaceFolder}/bin/lua-language-server", |
44 | 44 | "program": "${workspaceRoot}/tools/build-3rd-meta.lua", |
45 | | - "cpath": "${workspaceFolder}/bin/?.dll", |
| 45 | + "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so", |
46 | 46 | "arg": [ |
47 | 47 | ], |
48 | 48 | "luaVersion": "latest", |
|
58 | 58 | "request": "launch", |
59 | 59 | "stopOnEntry": false, |
60 | 60 | "program": "${workspaceRoot}/main.lua", |
61 | | - "luaexe": "${workspaceFolder}/bin/lua-language-server.exe", |
| 61 | + "luaexe": "${workspaceFolder}/bin/lua-language-server", |
62 | 62 | "cpath": null, |
63 | 63 | "arg": [ |
64 | 64 | "--check", |
|
78 | 78 | "stopOnEntry": false, |
79 | 79 | "luaexe": "${workspaceFolder}/bin/lua-language-server", |
80 | 80 | "program": "${workspaceRoot}/tools/locale.lua", |
81 | | - "cpath": "${workspaceFolder}/bin/?.dll", |
| 81 | + "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so", |
82 | 82 | "arg": [ |
83 | 83 | ], |
84 | 84 | "luaVersion": "latest", |
|
95 | 95 | "stopOnEntry": false, |
96 | 96 | "luaexe": "${workspaceFolder}/bin/lua-language-server", |
97 | 97 | "program": "${workspaceRoot}/tools/build-doc.lua", |
98 | | - "cpath": "${workspaceFolder}/bin/?.dll", |
| 98 | + "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so", |
99 | 99 | "arg": [ |
100 | 100 | ], |
101 | 101 | "luaVersion": "latest", |
|
0 commit comments