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 8383 "items" : {
8484 "type" : " string"
8585 },
86- "description" : " The arguments provided to the lldb-dap process ."
86+ "description" : " The list of additional arguments used to launch the debug adapter executable ."
8787 },
8888 "lldb-dap.log-path" : {
8989 "scope" : " resource" ,
173173 "items" : {
174174 "type" : " string"
175175 },
176- "markdownDescription" : " The list of arguments used to launch the debug adapter executable."
176+ "markdownDescription" : " The list of additional arguments used to launch the debug adapter executable."
177177 },
178178 "program" : {
179179 "type" : " string" ,
370370 "items" : {
371371 "type" : " string"
372372 },
373- "markdownDescription" : " The list of arguments used to launch the debug adapter executable."
373+ "markdownDescription" : " The list of additional arguments used to launch the debug adapter executable."
374374 },
375375 "program" : {
376376 "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