[lldb-dap] Use structured types for stepInTargets request (#144072)

uses the `SendTargetCapabilities` from #142831
This commit is contained in:
Ebuka Ezike
2025-06-16 19:24:59 +01:00
committed by GitHub
parent a3d35b87ea
commit 539cf82425
10 changed files with 225 additions and 136 deletions

View File

@@ -494,7 +494,7 @@ class DebugCommunication(object):
raise ValueError("didn't get terminated event")
return event_dict
def get_capability(self, key):
def get_capability(self, key: str):
"""Get a value for the given key if it there is a key/value pair in
the capabilities reported by the adapter.
"""