Merge and cleanup drop and paste proposal (#209591)

These two proposals overlap a lot and will be finalized together
This commit is contained in:
Matt Bierner
2024-04-05 13:03:10 -07:00
committed by GitHub
parent 235d4d104b
commit 8c363b460b
26 changed files with 254 additions and 185 deletions

View File

@@ -9,7 +9,7 @@ import { Mime } from '../util/mimes';
class UpdatePastedLinksEditProvider implements vscode.DocumentPasteEditProvider {
public static readonly kind = vscode.DocumentPasteEditKind.Empty.append('text', 'markdown', 'updateLinks');
public static readonly kind = vscode.DocumentDropOrPasteEditKind.Empty.append('text', 'markdown', 'updateLinks');
public static readonly metadataMime = 'vnd.vscode.markdown.updateLinksMetadata';