no unverified commit

This commit is contained in:
rebornix
2020-03-03 16:33:00 -08:00
parent 9887d9ba94
commit 882ae1ec8f
20 changed files with 146 additions and 113 deletions

View File

@@ -1014,7 +1014,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
WebviewContentState: extHostTypes.WebviewContentState,
UIKind: UIKind,
ColorThemeKind: extHostTypes.ColorThemeKind,
TimelineItem: extHostTypes.TimelineItem
TimelineItem: extHostTypes.TimelineItem,
CellKind: extHostTypes.CellKind,
CellOutputKind: extHostTypes.CellOutputKind
};
};
}