You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Build and start the browser example (`npm ci && npm run build:browser && npm run download:plugins && npm run start:browser)
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
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:
Ctrl
+p
)Ctrl
+p
)Recently opened
Additional Information
The text was updated successfully, but these errors were encountered: