mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Update drop metadata proposal (#179918)
- Makes `dropMimeTypes` required - Prefix the actual `id` used internally with the extension id - Allow wildcard mime types, such as `image/*`
This commit is contained in:
@@ -47,7 +47,7 @@ export function registerDropIntoEditorSupport(selector: vscode.DocumentSelector)
|
||||
return edit;
|
||||
}
|
||||
}, {
|
||||
id: 'vscode.markdown.insertLink',
|
||||
id: 'insertLink',
|
||||
dropMimeTypes: [
|
||||
'text/uri-list'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user