Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change the number of items stored in the recently used list in Visual Studio Code

How do you change the number of items stored in the File -> Open Recent recently used list in Visual Studio Code. By default it stores 10 folders and 10 files that you have recently used.

like image 736
Ishan Avatar asked Jul 02 '16 07:07

Ishan


1 Answers

It seems that this is currently a hardcoded limit of 10 - here is the source line on GitHub. You may want to open an issue so that there will maybe created a setting for that.

like image 162
DAXaholic Avatar answered Sep 27 '22 18:09

DAXaholic