Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove sidebar search from VSCode?

How do I remove this search feature? Its ruining all my keyboard shortcuts!

enter image description here

like image 247
Chet Avatar asked Mar 05 '19 20:03

Chet


1 Answers

From vscode 1.32.0:

"workbench.list.automaticKeyboardNavigation": false,

Command id that temporarily toggles it back:

list.toggleKeyboardNavigation

like image 52
Alex Avatar answered Oct 22 '22 12:10

Alex