Use classes for drop/paste edit types (#151980)

This commit is contained in:
Matt Bierner
2022-06-13 13:10:07 -07:00
committed by GitHub
parent 48cf67d528
commit 7284c3e4c1
6 changed files with 39 additions and 12 deletions

View File

@@ -1298,6 +1298,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,
// proposed api types
DocumentDropEdit: extHostTypes.DocumentDropEdit,
DocumentPasteEdit: extHostTypes.DocumentPasteEdit,
InlayHint: extHostTypes.InlayHint,
InlayHintLabelPart: extHostTypes.InlayHintLabelPart,
InlayHintKind: extHostTypes.InlayHintKind,