================ @@ -46,6 +46,10 @@ ConfigurationDoneRequestHandler::Run(const ConfigurationDoneArguments &) const { // may have different capabilities than the final target. SendTargetBasedCapabilities(dap); + /// Send custom capabilities to the client. + /// This is consumed by the lldb-dap specific editor extension. + SendCustomCapabilities(dap); ---------------- eronnen wrote:
Changed it to send these capabilities in the same event https://github.com/llvm/llvm-project/pull/153836 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits