File tree Expand file tree Collapse file tree 1 file changed +0
-67
lines changed
Expand file tree Collapse file tree 1 file changed +0
-67
lines changed Original file line number Diff line number Diff line change 174174 "languages" : [
175175 " lua"
176176 ]
177- },
178- {
179- "type" : " emmylua_remote" ,
180- "label" : " EmmyLua Remote Debug" ,
181- "program" : " ./out/debugger/MobDebugAdapter.js" ,
182- "runtime" : " node" ,
183- "configurationAttributes" : {
184- "launch" : {
185- "required" : [
186- " program" ,
187- " workingDir" ,
188- " arguments" ,
189- " port"
190- ],
191- "properties" : {
192- "program" : {
193- "type" : " string" ,
194- "description" : " 启动程序" ,
195- "default" : " lua.exe"
196- },
197- "workingDir" : {
198- "type" : " string" ,
199- "description" : " 工作目录" ,
200- "default" : " ${workspaceRoot}"
201- },
202- "arguments" : {
203- "type" : " array" ,
204- "description" : " 运行参数" ,
205- "default" : []
206- },
207- "port" : {
208- "type" : " number" ,
209- "description" : " 调试端口" ,
210- "default" : 8172
211- }
212- }
213- }
214- },
215- "initialConfigurations" : [
216- {
217- "type" : " emmylua_remote" ,
218- "request" : " launch" ,
219- "name" : " EmmyLua Remote" ,
220- "program" : " lua.exe" ,
221- "workingDir" : " ${workspaceRoot}" ,
222- "arguments" : [],
223- "port" : 8172
224- }
225- ],
226- "configurationSnippets" : [
227- {
228- "label" : " EmmyLua: Remote" ,
229- "description" : " EmmyLua: Remote" ,
230- "body" : {
231- "type" : " emmylua_remote" ,
232- "request" : " launch" ,
233- "name" : " EmmyLua Remote" ,
234- "program" : " lua.exe" ,
235- "workingDir" : " ${workspaceRoot}" ,
236- "arguments" : [],
237- "port" : 8172
238- }
239- }
240- ],
241- "languages" : [
242- " lua"
243- ]
244177 }
245178 ],
246179 "configuration" : {
You can’t perform that action at this time.
0 commit comments