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

@@ -23,9 +23,6 @@
"supported": true
}
},
"enabledApiProposals": [
"documentPaste"
],
"scripts": {
"compile": "npx gulp compile-extension:css-language-features-client compile-extension:css-language-features-server",
"watch": "npx gulp watch-extension:css-language-features-client watch-extension:css-language-features-server",