While testing #285956, I noticed that if I open a file from the explorer, right-click the tab, and then select Copy Breadcrumbs Path, it will simply no-op. Or if I open a file that doesn't support symbol breadcrumbs (e.g. GitHub Action workflows, without the proper extensions installed?), then regardless where I put my cursor, the Copy Breadcrumbs Path doesn't do anything.
This behavior kind of makes sense, but since the command name doesn't mention it's specific to symbols, and the breadcrumb can display a nested folder/file structure, I could imagine it being slightly confusing to some users when/why this actually works. But in practice, maybe no one would ever notice?
That said, I just raise it for conversation, since I don't feel strongly about the issue being a priority. But maybe we could discuss disabling it when there's no symbol selection?
While testing #285956, I noticed that if I open a file from the explorer, right-click the tab, and then select
Copy Breadcrumbs Path, it will simply no-op. Or if I open a file that doesn't support symbol breadcrumbs (e.g. GitHub Action workflows, without the proper extensions installed?), then regardless where I put my cursor, theCopy Breadcrumbs Pathdoesn't do anything.This behavior kind of makes sense, but since the command name doesn't mention it's specific to symbols, and the breadcrumb can display a nested folder/file structure, I could imagine it being slightly confusing to some users when/why this actually works. But in practice, maybe no one would ever notice?
That said, I just raise it for conversation, since I don't feel strongly about the issue being a priority. But maybe we could discuss disabling it when there's no symbol selection?