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
303 stars 57 forks source link

Markdown Preview pane Scrolling Unhelpfully #85

Closed Obscure2020 closed 2 years ago

Obscure2020 commented 2 years ago

While writing a markdown file about an esolang I'm working on, I encountered some issues with your extension related to scrolling. Here is a recording of the issues I've encountered: vscode001-thumbnail

At first, I thought these were VSCode issues. Then, when I began writing a bug report, I came across Microsoft's suggestion to try again with all the extensions deactivated. Sure enough, these issues disappeared. Since this is the only Markdown-related extension I have installed, it must be an issue with this extension.

I hope you can figure out what's wrong with the scrolling! I really do appreciate your extension. Github is the only site I ever need to write markdown for, so being able to see Github-flavored-and-styled output while I write in VSCode is extremely useful.

Obscure2020 commented 2 years ago

On further investigation, I think this might actually be a VSCode problem rather than a problem with this extension. I came to this conclusion after realizing how simple this extension really is, and also experiencing the exact same issues with a different, identical extension.

I have opened a VSCode issue on this topic, and I will update/close this issue here if anything happens over there. https://github.com/microsoft/vscode/issues/143984

ghost commented 2 years ago

Thanks for investigating. I did disable "editor.scrollBeyondLastLine": false after noticing this but never thought to report it

mjbvz commented 2 years ago

This extension only style the markdown so I don't think it would cause this problem. Closing in favor of https://github.com/microsoft/vscode/issues/143984