-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply excludes to editor history quick open too #6502
Comments
We should apply the excludes to the editor history too. |
+1 on fixing this... |
I was very committed to using VS Code (authored 3 plugins for apex development and contributed to a 4th) but I'm sad to say abandoning it for now... This bug killing my productivity (even caused me to introduce a production bug) and there is no viable work around. Once you open an search excluded file, it will always seem to pop-up ahead of search included files. Even, if I exclude the file from the project, it still shows up. |
@ChuckJonas as a workaround there is a command "Clear Editor History" (removes all) and "Remove from Editor History" to remove an individual entry. |
@bpasero Thanks for the workaround, I just bumped into this issue in v.1.17.1 |
Related #3615
Steps to Reproduce:
I'm working in the smoke test repo (link)
Ctrl+P
to open some files in node_modules folder (I just used index.js as it occurs a lot)Ctrl+P
type '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.The text was updated successfully, but these errors were encountered: