================
@@ -75,6 +75,15 @@
"type": "string",
"description": "The path to the lldb-dap binary."
},
+ "lldb-dap.arguments": {
+ "scope": "resource",
+ "type": "array",
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "description": "The arguments provided to the lldb-dap process."
----------------
JDevlieghere wrote:
Any reason the description here is different from the ones below? Also, should
the description say "The list of _additional_ arguments", as the extension
itself might specify others (e.g. with #128957 if you enable server mode)?
https://github.com/llvm/llvm-project/pull/129262
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits