It looks like this issue was introduced in v1.26.0 a few days ago. If you don’t use Ctrl+P to navigate in the filepicker, you can disable or change the vim shortcut back to the default VSCode behavior, as noted in the issue:
// keybindings.json
{
"key": "ctrl+p",
"command": "workbench.action.quickOpen"
}