mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
add uri-property to CallHierarchtItem, better wording, better behaviour when switching calls/callers
This commit is contained in:
@@ -1011,6 +1011,7 @@ class CallHierarchyAdapter {
|
||||
name: item.name,
|
||||
detail: item.detail,
|
||||
kind: typeConvert.SymbolKind.from(item.kind),
|
||||
uri: item.uri,
|
||||
range: typeConvert.Range.from(item.range),
|
||||
selectionRange: typeConvert.Range.from(item.selectionRange),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user