File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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" ,
170170 "items" : {
171171 "type" : " string"
172172 },
173- "markdownDescription" : " The list of arguments used to launch the debug adapter executable."
173+ "markdownDescription" : " The list of additional arguments used to launch the debug adapter executable."
174174 },
175175 "program" : {
176176 "type" : " string" ,
367367 "items" : {
368368 "type" : " string"
369369 },
370- "markdownDescription" : " The list of arguments used to launch the debug adapter executable."
370+ "markdownDescription" : " The list of additional arguments used to launch the debug adapter executable."
371371 },
372372 "program" : {
373373 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ export class LLDBDapDescriptorFactory
152152 const openSettingsAction = "Open Settings" ;
153153 const message =
154154 path === undefined
155- ? "Unable to find the LLDB debug adapter executable."
156- : `Debug adapter path: ${ path } is not a valid file` ;
155+ ? "Unable to find the path to the LLDB debug adapter executable."
156+ : `Debug adapter path: ${ path } is not a valid file. ` ;
157157 const callbackValue = await vscode . window . showErrorMessage (
158158 message ,
159159 openSettingsAction ,
You can’t perform that action at this time.
0 commit comments