Skip to content

Commit bf27cb2

Browse files
mention that debug configuration properties override VS Code settings
1 parent 4ec5f84 commit bf27cb2

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
@@ -174,14 +174,14 @@
174174
},
175175
"debugAdapterExecutable": {
176176
"type": "string",
177-
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use."
177+
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use. Overrides any user or workspace settings."
178178
},
179179
"debugAdapterArgs": {
180180
"type": "array",
181181
"items": {
182182
"type": "string"
183183
},
184-
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable."
184+
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable. Overrides any user or workspace settings."
185185
},
186186
"program": {
187187
"type": "string",
@@ -379,14 +379,14 @@
379379
},
380380
"debugAdapterExecutable": {
381381
"type": "string",
382-
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use."
382+
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use. Overrides any user or workspace settings."
383383
},
384384
"debugAdapterArgs": {
385385
"type": "array",
386386
"items": {
387387
"type": "string"
388388
},
389-
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable."
389+
"markdownDescription": "The list of additional arguments used to launch the debug adapter executable. Overrides any user or workspace settings."
390390
},
391391
"program": {
392392
"type": "string",

0 commit comments

Comments
 (0)