When you type without opening up the find input in the Explorer panel, VS Code will still change the active tree list item to be the one that is like what you typed though, and you can also still navigate the active tree item with arrow keys.
If anyone knows that it is possible to go back to the old behaviour (and how), you are very welcome to edit this answer.
Several times I encountered this issue. I used to reinstall the VS code and Fix that. Secondly, Re-open the vs code. Please check out the preferences/settings if there’re any settings changed or not.
If none of them works you may follow the link: https://code.visualstudio.com/docs/getstarted/userinterface
2
Answers
VS Code 1.70 updated the tree view searching to use
ctrl+f
.When you type without opening up the find input in the Explorer panel, VS Code will still change the active tree list item to be the one that is like what you typed though, and you can also still navigate the active tree item with arrow keys.
If anyone knows that it is possible to go back to the old behaviour (and how), you are very welcome to edit this answer.
Several times I encountered this issue. I used to reinstall the VS code and Fix that. Secondly, Re-open the vs code. Please check out the preferences/settings if there’re any settings changed or not.
If none of them works you may follow the link: https://code.visualstudio.com/docs/getstarted/userinterface