As of 1.27.1 "it is possible to use the middle mouse click in the Explorer view to open a file in a new editor". This should also be the case in the breadcrumbs explorer.

Steps to Reproduce:
breadcrumbs.enabled is set to true
Does this issue occur when all extensions are disabled?: Yes
(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
This is the case with middle clicking files from the Source Control tab as well. Middle click behavior should be consistent across all methods of opening files
Unfortunately too little code sharing here...
If I recall correctly, there is a setting to enable/disable preview mode. Should we split the setting into three settings, one for each scenerio?
@Hindol To me, no. I would say it's the same feature, so only one option should be necessary. If we don't have to clog up the settings, the why do?
Middle clicking should always open in non-preview mode, so enabling/disabling preview mode itself should have no bearing on middle click's functionality
Should we split the setting into three settings, one for each scenerio?
Just one setting, so re-using the existing setting, should be enough.
I just checked. There are two settings related to preview.
I think having a third option Enable preview from breadcrumbs explorer makes it consistent. @scriptcoded @jrieken
This is in addition to what @haddigan has mentioned, i.e. middle click always opens non-preview editor.
@jrieken is this something that is open for me to work on?
Of course it is! Check this: https://github.com/Microsoft/vscode/blob/141f055452864ff34898c07e159210551bd4c207/src/vs/workbench/browser/parts/editor/breadcrumbsControl.ts#L322-L326
That the handler that runs when something in the picker has been selected. The data argument has a payload property which eventually gets you to the actual event that has triggered this. Extract the middle click data from there and feed it into the _revealInEditor - it will be the pinned option when calling openEditor.
@jrieken Thanks! I'll try to have something for you soon.
Is this still open to be taken up? I can try whatever you suggested @jrieken . If @Moniarchy has not started on this already?
Hey @Shobhit1 this is still something I've been working on.
Awesome. Good luck. @Moniarchy
fixed via #59797
Most helpful comment
fixed via #59797