mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Use classes for drop/paste edit types (#151980)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user