File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282 "items" : {
8383 "type" : " string"
8484 },
85- "description" : " The arguments provided to the lldb-dap process ."
85+ "description" : " The list of additional arguments used to launch the debug adapter executable ."
8686 },
8787 "lldb-dap.log-path" : {
8888 "scope" : " resource" ,
172172 "items" : {
173173 "type" : " string"
174174 },
175- "markdownDescription" : " The list of arguments used to launch the debug adapter executable."
175+ "markdownDescription" : " The list of additional arguments used to launch the debug adapter executable."
176176 },
177177 "program" : {
178178 "type" : " string" ,
369369 "items" : {
370370 "type" : " string"
371371 },
372- "markdownDescription" : " The list of arguments used to launch the debug adapter executable."
372+ "markdownDescription" : " The list of additional arguments used to launch the debug adapter executable."
373373 },
374374 "program" : {
375375 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ export class LLDBDapDescriptorFactory
215215 const message =
216216 path !== undefined
217217 ? `Debug adapter path: ${ path } is not a valid file`
218- : "Unable to find the LLDB debug adapter executable." ;
218+ : "Unable to find the path to the LLDB debug adapter executable." ;
219219 const openSettingsAction = "Open Settings" ;
220220 const callbackValue = await vscode . window . showErrorMessage (
221221 message ,
You can’t perform that action at this time.
0 commit comments