Skip to content

Commit 968aca9

Browse files
committed
更新测试配置
1 parent 87aa581 commit 968aca9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"request": "launch",
5252
"stopOnEntry": false,
5353
"luaexe": "${workspaceFolder}/bin/lua-language-server",
54+
"windows": {
55+
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe"
56+
},
5457
"program": "${workspaceRoot}/tools/build-3rd-meta.lua",
5558
"cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
5659
"console": "integratedTerminal",
@@ -70,6 +73,9 @@
7073
"request": "launch",
7174
"stopOnEntry": false,
7275
"luaexe": "${workspaceFolder}/bin/lua-language-server",
76+
"windows": {
77+
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe"
78+
},
7379
"program": "${workspaceRoot}/tools/locale.lua",
7480
"cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
7581
"console": "integratedTerminal",
@@ -89,6 +95,9 @@
8995
"request": "launch",
9096
"stopOnEntry": false,
9197
"luaexe": "${workspaceFolder}/bin/lua-language-server",
98+
"windows": {
99+
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe"
100+
},
92101
"program": "${workspaceRoot}/tools/build-doc.lua",
93102
"cpath": "${workspaceFolder}/bin/?.dll;${workspaceFolder}/bin/?.so",
94103
"console": "integratedTerminal",
@@ -109,6 +118,9 @@
109118
"stopOnEntry": false,
110119
"program": "${workspaceRoot}/main.lua",
111120
"luaexe": "${workspaceFolder}/bin/lua-language-server",
121+
"windows": {
122+
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe"
123+
},
112124
"cpath": null,
113125
"arg": [
114126
"--check",
@@ -128,6 +140,9 @@
128140
"stopOnEntry": false,
129141
"program": "${workspaceRoot}/main.lua",
130142
"luaexe": "${workspaceFolder}/bin/lua-language-server",
143+
"windows": {
144+
"luaexe": "${workspaceFolder}/bin/lua-language-server.exe"
145+
},
131146
"cpath": null,
132147
"arg": [
133148
"--doc",

0 commit comments

Comments
 (0)