8000 File Picker: Recently opened files are no longer opened · Issue #15002 · eclipse-theia/theia · GitHub
[go: up one dir, main page]

Skip to content
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

File Picker: Recently opened files are no longer opened #15002

Closed
Tracked by #14998
sdirix opened this issue Feb 21, 2025 · 0 comments · Fixed by #15003
Closed
Tracked by #14998

File Picker: Recently opened files are no longer opened #15002

sdirix opened this issue Feb 21, 2025 · 0 comments · Fixed by #15003
Assignees

Comments

@sdirix
Copy link
Member
sdirix commented Feb 21, 2025

Bug Description:

When using the file picker (default Ctrl + p), it shows its results in two sections: The recently opened files and matching files for the current search term. Trying to open a recently opened file fails.

Steps to Reproduce:

  1. Build and start the browser example (`npm ci && npm run build:browser && npm run download:plugins && npm run start:browser)
  2. Open browser example on Theia codebase
  3. Open file picker (Ctrl + p)
  4. Search and select a file
  5. Observe that editor for file openes
  6. Close editor
  7. Open file picker (Ctrl + p)
  8. Select the same file in Recently opened
  9. Observe that the editor will not be opened

Additional Information

  • Operating System: Ubuntu 22.04
  • Theia Version: latest master (f41d8ef)
@planger planger self-assigned this Feb 21, 2025
planger added a commit that referenced this issue Feb 21, 2025
Adds the open handler also for recent files when creating the quick pick item. This was an oversight in the refactoring that was part of #14787.

Fixes #15002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0