microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.9k stars 29.52k forks source link

Notebook breadcrumb is bogus #138325

Closed joaomoreno closed 1 year ago

joaomoreno commented 3 years ago

Sorry if I'm filling this in the wrong place

On https://insiders.vscode.dev/github/joaomoreno/aoc2021, with: Python, Pylance and vscode-pyodide

Screenshot 2021-12-01 213521

jrieken commented 3 years ago

By default it's "off" for outline and "on" for breadcrumbs... Not sure why

jrieken commented 3 years ago

@joaomoreno What are you wishing for? A placeholder like "Code Cell 3"? The actual symbols of the code cell (iff any)?

joaomoreno commented 3 years ago

Yeah. I think ideally the language provider could provide with a good label for what's in that code cell (first/last outer-most outline element). Otherwise Code Cell #3 would work just fine.

nsteinbrink commented 2 years ago

Alternatively, if there is a markdown cell with plain text above (without headings), markdown and code cell together could be treated as atomic unit.

But I would also be fine with first line or placeholder as label.

vscodenpa commented 1 year ago

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!