mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-14 07:54:36 +01:00
091987d943
* 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