-
Notifications
You must be signed in to change notification settings - Fork 22
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
Implement Scroll sync #513
Comments
This is expected, as the goal of 0.15.0 is to help VSCode-restructuredtext extension to test out those new features. You need to wait for a new release of esbonio-VSCode to enable those features. |
Thanks, I will be more patient 😀 |
Just a heads up that it will probably be early(ish) next year before this is available in the Esbonio VSCode extension, as I'm hoping to tackle this and a few other preview related issues (like #440) in a way that would allow previews to be implemented for other editors as well. So depending on your excitement level you may want to try the feature in the vscode-restructuredtext extension when it becomes available 🙂 |
Thanks for the update. It is nice to have some idea of the time schedule and it does make sense to try and solve related issues before releasing the next version. |
Just a short note for people who are also waiting for this. As a workaround, I now always have the esbonio generated To change the location of the generated
|
If you fancy trying it out, there is now a pre-release version of the extension - Note: The new version doesn't yet support many other features (such as completions), but that should change quite quickly once the fundamentals are worked out. See #609 for some additional context. |
Since the preview version of the extension now supports sync'd scrolling I'm going to close this issue in favour of smaller issues targeting specific aspects of the implementation e.g. #646 |
Scroll sync does not work in my VSCode 1.74.0, Esbonio 0.15.0, Esbonio VSCode 5.711, MacOS 12.6.
VSCode does not know the
esbonio.server.enableScrollSync
setting (and neitherserver.enableScrollSync
). I also noticed that there are no line numbers in the generated html code.The text was updated successfully, but these errors were encountered: