You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jrieken in the returned [CallHierarchyItem, Location[]][], wouldn't the locations always be inside the CallHierarchyItem? Does it have to be a Location then, or is Range[] enough?
Yeah, they are always inside "a" call hierarchy item, e.g the item making the call so either items from the returned tuples or when the arguments. I have no strong feelings, there are more arguments in the LSP item: microsoft/vscode-languageserver-node#420 (comment)
Refs: #70231
Complexity: 2
Review the call hierarchy API proposal: https://github.com/Microsoft/vscode/blob/61c990fb6f1a7cdd7ff599156f2002b36b7b079f/src/vs/vscode.proposed.d.ts#L21-L68
The text was updated successfully, but these errors were encountered: