mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Update paste and drop proposals (#206496)
* Update paste and drop proposals Reworks the document paste and drop API proposals. Main highlights: - Align more with code action api - Allow a single paste provider to return multiple edits - Allow resolving applied edits lazily - Switch from using ids to scoped kinds like used for code actions * Adding paste context * Add context * Update test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user