Merge branch 'main' into joh/honest-cephalopod

This commit is contained in:
Johannes
2024-03-12 16:03:11 +01:00
310 changed files with 6665 additions and 3275 deletions

View File

@@ -1613,7 +1613,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,
// proposed api types
DocumentPasteTriggerKind: extHostTypes.DocumentPasteTriggerKind,
DocumentDropEdit: extHostTypes.DocumentDropEdit,
DocumentPasteEditKind: extHostTypes.DocumentPasteEditKind,
DocumentPasteEdit: extHostTypes.DocumentPasteEdit,
InlayHint: extHostTypes.InlayHint,
InlayHintLabelPart: extHostTypes.InlayHintLabelPart,