mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
support user data error handling
This commit is contained in:
@@ -897,7 +897,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
// proposed
|
||||
CallHierarchyDirection: extHostTypes.CallHierarchyDirection,
|
||||
CallHierarchyItem: extHostTypes.CallHierarchyItem,
|
||||
Decoration: extHostTypes.Decoration
|
||||
Decoration: extHostTypes.Decoration,
|
||||
UserDataError: extHostTypes.UserDataError
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user