mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user