Skip to content

Commit 7d64c21

Browse files
mention that debug configuration properties override VS Code settings
1 parent 8e78be2 commit 7d64c21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lldb/tools/lldb-dap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@
173173
},
174174
"debugAdapterExecutable": {
175175
"type": "string",
176-
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use."
176+
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use. Overrides any user or workspace settings."
177177
},
178178
"debugAdapterArgs": {
179179
"type": "array",
180180
"items": {
181181
"type": "string"
182182
},
183-
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable."
183+
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable. Overrides any user or workspace settings."
184184
},
185185
"program": {
186186
"type": "string",
@@ -378,14 +378,14 @@
378378
},
379379
"debugAdapterExecutable": {
380380
"type": "string",
381-
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use."
381+
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use. Overrides any user or workspace settings."
382382
},
383383
"debugAdapterArgs": {
384384
"type": "array",
385385
"items": {
386386
"type": "string"
387387
},
388-
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable."
388+
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable. Overrides any user or workspace settings."
389389
},
390390
"program": {
391391
"type": "string",

0 commit comments

Comments
 (0)