|
51 | 51 | "request": "launch",
|
52 | 52 | "stopOnEntry": false,
|
53 | 53 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
| 54 | + "windows": { |
| 55 | + "luaexe": "${workspaceFolder}/bin/lua-language-server.exe" |
| 56 | + }, |
54 | 57 | "program": "${workspaceRoot}/tools/build-3rd-meta.lua",
|
55 | 58 | "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
|
56 | 59 | "console": "integratedTerminal",
|
|
70 | 73 | "request": "launch",
|
71 | 74 | "stopOnEntry": false,
|
72 | 75 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
| 76 | + "windows": { |
| 77 | + "luaexe": "${workspaceFolder}/bin/lua-language-server.exe" |
| 78 | + }, |
73 | 79 | "program": "${workspaceRoot}/tools/locale.lua",
|
74 | 80 | "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
|
75 | 81 | "console": "integratedTerminal",
|
|
89 | 95 | "request": "launch",
|
90 | 96 | "stopOnEntry": false,
|
91 | 97 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
| 98 | + "windows": { |
| 99 | + "luaexe": "${workspaceFolder}/bin/lua-language-server.exe" |
| 100 | + }, |
92 | 101 | "program": "${workspaceRoot}/tools/build-doc.lua",
|
93 | 102 | "cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
|
94 | 103 | "console": "integratedTerminal",
|
|
109 | 118 | "stopOnEntry": false,
|
110 | 119 | "program": "${workspaceRoot}/main.lua",
|
111 | 120 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
| 121 | + "windows": { |
| 122 | + "luaexe": "${workspaceFolder}/bin/lua-language-server.exe" |
| 123 | + }, |
112 | 124 | "cpath": null,
|
113 | 125 | "arg": [
|
114 | 126 | "--check",
|
|
128 | 140 | "stopOnEntry": false,
|
129 | 141 | "program": "${workspaceRoot}/main.lua",
|
130 | 142 | "luaexe": "${workspaceFolder}/bin/lua-language-server",
|
| 143 | + "windows": { |
| 144 | + "luaexe": "${workspaceFolder}/bin/lua-language-server.exe" |
| 145 | + }, |
131 | 146 | "cpath": null,
|
132 | 147 | "arg": [
|
133 | 148 | "--doc",
|
|
0 commit comments