================
@@ -118,6 +118,81 @@ bool fromJSON(const llvm::json::Value &, 
InitializeRequestArguments &,
 /// Response to `initialize` request. The capabilities of this debug adapter.
 using InitializeResponseBody = std::optional<Capabilities>;
 
+/// DAP Launch and Attach common configurations.
+struct DAPConfiguration {
----------------
JDevlieghere wrote:

Nit: Any reason to not call this `Configuration`? We don't prefix everything 
else here with `DAP` and it's already in the `dap::protocol` namespace. 
```suggestion
struct Configuration {
```

https://github.com/llvm/llvm-project/pull/133960
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to