mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-21 10:49:07 +00:00
@@ -84,6 +84,7 @@ function createInsertLinkEdit(activeEditor: vscode.TextEditor, selectedFiles: vs
|
||||
insertAsImage: insertAsImage,
|
||||
placeholderText: selectionText,
|
||||
placeholderStartIndex: (i + 1) * selectedFiles.length,
|
||||
separator: insertAsImage ? '\n' : ' ',
|
||||
});
|
||||
|
||||
return snippet ? new vscode.SnippetTextEdit(selection, snippet) : undefined;
|
||||
|
||||
Reference in New Issue
Block a user