mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 02:27:53 +01:00
For #30066 This adds a new `documentPaste` api proposal that lets extensions hook into copy and paste. This can be used to do things such as: - Create link when pasting an image - Bring along imports when copy and pasting code