mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
implement CallsFrom/CallsTo proposal
This commit is contained in:
@@ -893,7 +893,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
ViewColumn: extHostTypes.ViewColumn,
|
||||
WorkspaceEdit: extHostTypes.WorkspaceEdit,
|
||||
// proposed
|
||||
CallHierarchyDirection: extHostTypes.CallHierarchyDirection,
|
||||
CallsFrom: extHostTypes.CallsFrom,
|
||||
CallsTo: extHostTypes.CallsTo,
|
||||
CallHierarchyItem: extHostTypes.CallHierarchyItem,
|
||||
Decoration: extHostTypes.Decoration
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user