Skip to content

Commit

Permalink
Update src/extension_commands.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com>
  • Loading branch information
PizieDust and voodoos authored Oct 28, 2024
1 parent 2e727d9 commit b81bd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension_commands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ module Search_by_type = struct
~enabled:true
~placeholder:"Select an item to insert it to the editor"
~selectedItems:[]
~ignoreFocusOut:true
~ignoreFocusOut:false
~items:quickPickItems
~buttons:[ Window.quickInputButtonBack ]
()
Expand Down

0 comments on commit b81bd3e

Please sign in to comment.