Terminal links should open word links if there is exactly 1 matching file inside the workspaces #95119
Labels
bug
Issue identified by VS Code Team member as probable bug
terminal
Integrated terminal issues
terminal-links
verified
Verification succeeded
Milestone
With #21125 (comment) I'm triggering quick access via
IQuickInputService.quickAccess.show(string)
. Ideally it would automatically activate the first item before showing the quick access if it's the only item available. Is there a way to way to do this already and if not could this be a new option here?vscode/src/vs/platform/quickinput/common/quickAccess.ts
Lines 13 to 31 in 01a9cf1
The text was updated successfully, but these errors were encountered: