mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Preview not updating live #114

Open Supremekirb opened 11 months ago

Supremekirb commented 11 months ago

When opening a preview of a markdown file (Ctrl+K, V), it won't be updated in real-time like it is normally. Additionally, the opened tab is titled Preview: 'Preview: '[file]'', when normally it would be Preview: '[file]'.

Everything works as intended after disabling the extension and reloading. I am on Windows, using the latest VSCode and latest extension version.

image

mjbvz commented 11 months ago

This sounds like another extension. What other markdown extensions do you have installed?

Supremekirb commented 11 months ago

Aside from themes, here all all my extensions:

mjbvz commented 11 months ago

Did you try disabling all other extensions? What if you disable all extensions including this one?

Supremekirb commented 11 months ago

I have tried this and there is some strange behaviour. For a little while after disabling extensions (apparently not tied to reloading VS Code), they'll still open as previews of previews, before becoming normal previews again. Then as soon as I reenable extensions it goes back to being a preview of a preview.