-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityfile-explorerExplorer widget issuesExplorer widget issues
Milestone
Description
- VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Related #3615
Steps to Reproduce:
I'm working in the smoke test repo (link)
- Use quick open
Ctrl+Pto open some files in node_modules folder (I just used index.js as it occurs a lot) - Add in settings
"search.exclude": {
"**/node_modules": true
}- Use
Ctrl+Ptype 'index.js'
The list of recent files still includes files located in /node_modules. I found a previous thread that says using Ctrl+K W will remove them, but excluding them in user settings should also apply to recently opened files without having to use a command to close/remove them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityfile-explorerExplorer widget issuesExplorer widget issues