mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #35873 from nathawes/cursor-info-parent-usrs
[SourceKit][SymbolGraph] Add a 'parent_contexts' field the CursorInfo response
This commit is contained in:
@@ -160,6 +160,7 @@ UID_KEYS = [
|
||||
KEY('RetrieveRefactorActions', 'key.retrieve_refactor_actions'),
|
||||
KEY('SymbolGraph', 'key.symbol_graph'),
|
||||
KEY('RetrieveSymbolGraph', 'key.retrieve_symbol_graph'),
|
||||
KEY('ParentContexts', 'key.parent_contexts'),
|
||||
KEY('ActionUID', 'key.actionuid'),
|
||||
KEY('ActionUnavailableReason', 'key.actionunavailablereason'),
|
||||
KEY('CompileID', 'key.compileid'),
|
||||
|
||||
Reference in New Issue
Block a user