Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable vs code from expanding folder when single clicked on its name in built-in explorer

I want to expand folder only when clicked on arrow. How could I accomplish this? I can disable files from opening on single click, setting workbench.list.openMode to double click. I need the same setting for expanding on arrow.

like image 264
Intolighter Avatar asked Oct 22 '25 10:10

Intolighter


1 Answers

"workbench.tree.expandMode": "doubleClick"

like image 68
Chris Avatar answered Oct 24 '25 01:10

Chris