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

Breadcrumbs are not visible in new (untitled) files after the language mode is set #54094

Closed
qcz opened this issue Jul 11, 2018 · 4 comments
Closed
Assignees
Labels
breadcrumbs bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Milestone

Comments

@qcz
Copy link
Contributor

qcz commented Jul 11, 2018

Issue Type: Bug

Breadcrumbs are not visible when no workspace or folder is opened. However, outline information is still available in these files, so I would expect that it is displayed. Visual Studio displays the breadcrumb when no solution is opened.

VS Code version: Code - Insiders 1.26.0-insider (5a4eab8, 2018-07-11T09:33:23.382Z)
OS version: Windows_NT x64 10.0.17134

@vscodebot
Copy link

vscodebot bot commented Jul 11, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug breadcrumbs labels Jul 12, 2018
@jrieken jrieken added this to the July 2018 milestone Jul 12, 2018
@jrieken
Copy link
Member

jrieken commented Jul 12, 2018

@qcz Can you still reproduce? All of this is pretty fresh and it might be working with my recent changes

screen shot 2018-07-12 at 12 08 54

@jrieken jrieken added info-needed Issue requires more information from poster and removed bug Issue identified by VS Code Team member as probable bug labels Jul 12, 2018
@qcz
Copy link
Contributor Author

qcz commented Jul 12, 2018

@jrieken: Yeah, it is working, if I open a single file. I think I was not specific enough in my original bug report: still nothing is displayed, when I open a new file, and set the language mode to TypeScript, for example:
code - insiders_2018-07-12_12-23-49

A side question (I open an other issue if it is requred): is an option planned to display symbols only in the current file, so no file path at all (like in the outline view)? File paths can become pretty long very quickly, and it makes the navigation bar pretty crowded.

@qcz qcz changed the title Breadcrumbs are not visible when no workspace or folder is opened Breadcrumbs are not visible in new (untitled) files after the language mode is set Jul 12, 2018
@jrieken
Copy link
Member

jrieken commented Jul 12, 2018

Ok, understood. For untitled document we currently bail out early but that isn't the smart thing to do...

@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Jul 12, 2018
@ramya-rao-a ramya-rao-a added the verified Verification succeeded label Aug 2, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breadcrumbs bug Issue identified by VS Code Team member as probable bug verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants