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

Allow customization of final character to fix R breadcrumbs #34

Open
wleoncio opened this issue Oct 19, 2021 · 0 comments
Open

Allow customization of final character to fix R breadcrumbs #34

wleoncio opened this issue Oct 19, 2021 · 0 comments

Comments

@wleoncio
Copy link

In R files, the presence of a hash symbol at the end of the section line prevents it from showing up on the VSC breadcrumbs row:

bilde

Removing it makes the section render correctly

bilde

I've tried a similar approach on different languages (HTML, Python, C++). In these cases, I couldn't even get the section to appear on the breadcrumb at all (and that may be a topic for a different discussion), but at least for R that's the deal.

I can also understand that hard-coding a different final character might break the extension for other languages, so perhaps the safest option here is to allow the user to custimoze the final character, either in general or, ideally, on a per-language basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant