Visual Studio Code – How to hide all files outside the project folder from CTRL + P (Go to file..)'s recently opened in VS Code?
When I open VS Code Diff from the command line using vscode diff file1 ../other-project/file2, then press CTRL + P, the diffed file from the other project shows up in my recently opened files. Is there a way to prevent…