use Outgoing/Incoming terminology

This commit is contained in:
jrieken
2019-09-11 13:25:53 +00:00
parent c0802a73d7
commit 8e5edc0eda
8 changed files with 32 additions and 32 deletions

View File

@@ -893,8 +893,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,
// proposed
CallsFrom: extHostTypes.CallsFrom,
CallsTo: extHostTypes.CallsTo,
CallHierarchyOutgoingCall: extHostTypes.CallHierarchyOutgoingCall,
CallHierarchyIncomingCall: extHostTypes.CallHierarchyIncomingCall,
CallHierarchyItem: extHostTypes.CallHierarchyItem,
Decoration: extHostTypes.Decoration
};