-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Prefill quick open #55752
Prefill quick open #55752
Conversation
src/vs/workbench/browser/parts/quickopen/quickOpenController.ts
Outdated
Show resolved
Hide resolved
I moved all the logic according to the prefill-feature from |
6f9cbf8
to
bab1003
Compare
I had some problems synchronising with master repo. I had to rebase my branch. Now I did all the changes within a commit. |
Just came back from vacation. I will take a look probably next week since we are working on stabilizing for the next release this week. |
Merged, thanks @Michel73! |
Implements #37932