mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +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:
@@ -13,7 +13,6 @@
|
||||
"mappedEditsProvider",
|
||||
"codeActionAI",
|
||||
"codeActionRanges",
|
||||
"documentPaste",
|
||||
"editorHoverVerbosityLevel"
|
||||
],
|
||||
"capabilities": {
|
||||
|
||||
Reference in New Issue
Block a user