mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[lldb-dap] Use structured types for stepInTargets request (#144072)
uses the `SendTargetCapabilities` from #142831
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user