VSCode browser preview resets URL after reload #6330
Replies: 1 comment 4 replies
-
Would you be able to share some steps to reproduce the issue you are describing? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am playing around with revealjs and hit the following problem: when using the internal VSCode live preview, the URL is correctly updated with the anchor (
#xyz
) for the current slide. However, when I make a change to a qmd file, the built-in browser reloads to the initial value of the URL and I have to click back to the slide. The same happens, when I click the reload button of the browser. This does only happen in the built-in VSCode browser and not in external browsers. This makes working with the build-in browser very uncomfortable.Any ideas or what would be the best place to look for help with this issue?
This is on a Ubuntu Linux system.
Beta Was this translation helpful? Give feedback.
All reactions