@lvce-editor/file-search-worker 3.9.0 → 3.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3809,6 +3809,7 @@ const wrapCommand = fn => {
|
|
|
3809
3809
|
|
|
3810
3810
|
const commandMap = {
|
|
3811
3811
|
'QuickPick.create2': create$1,
|
|
3812
|
+
'QuickPick.handleInput': wrapCommand(handleInput),
|
|
3812
3813
|
'QuickPick.focusFirst': wrapCommand(focusFirst),
|
|
3813
3814
|
'QuickPick.focusIndex': wrapCommand(focusIndex),
|
|
3814
3815
|
'QuickPick.focusLast': wrapCommand(focusLast),
|