Finalize paste api and drop api tweaks

Fixes #30066

This finalizes the documentPaste api. This api allows extensions to attach metadata on text copy and change how content is pasted. Some examples:

- Updating imports for pasted code
- Inserting an image as an attachment in notebooks
- Pasting files converts them to relative text paths
This commit is contained in:
Matt Bierner
2025-01-07 14:57:16 -08:00
parent fc4e78cbfe
commit 4daea74ba9
12 changed files with 307 additions and 336 deletions

View File

@@ -10,7 +10,6 @@
"vscode": "^1.57.0"
},
"enabledApiProposals": [
"documentPaste",
"diffContentOptions"
],
"activationEvents": [