================
@@ -39,6 +45,9 @@ export class DebugSessionTracker
   private modulesChanged = new vscode.EventEmitter<
     vscode.DebugSession | undefined
   >();
+  private sessionGotCapabilities =
----------------
eronnen wrote:

changed to `sessionReceivedCapabilities` is it ok?

And I don't if we need to store the capabilities in a map, currently it's only 
consumed by the `SymbolProvider` which only looks for the appearance of 
`supportsModuleSymbolsRequest`

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

Reply via email to