How to disable file filtering in VS Code Sidebar / Explorer?
as of vscode 1.33.1 the option is a bool
"workbench.list.automaticKeyboardNavigation": false
UPD see Thomazella's answer
Old use this setting "workbench.list.keyboardNavigation": "simple" and then reload window
source