mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Fix range when copying empty selection (#182227)
This fixes the range extensions get when copying an empty selection. As part of this, I've also: - Added tests for this change - Made the paste parts of the api optional. This is useful when a test provider only wants to add data on copy
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"customEditorMove",
|
||||
"diffCommand",
|
||||
"documentFiltersExclusive",
|
||||
"documentPaste",
|
||||
"editorInsets",
|
||||
"extensionRuntime",
|
||||
"extensionsAny",
|
||||
|
||||
Reference in New Issue
Block a user