Skip to content

Commit 635adc9

Browse files
update wording
1 parent 7ab3d3a commit 635adc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
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",
@@ -173,7 +173,7 @@
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",
@@ -370,7 +370,7 @@
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",

lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)