[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)
Ely Ronnen via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 19 01:09:22 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list