-
Notifications
You must be signed in to change notification settings - Fork 7
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
プレビューとエディターのスクロール同期 #1
Comments
今こちら実装しようとしています。 vscode では
がありますが、今回は簡単にするため、
で一旦良いのかなと思っています |
@senkenn 大変ありがたいお申し出をありがとうございます!実装の方針、良さそうと思います。ぜひお願いいたします。 |
This was referenced Aug 7, 2024
#115 で実装しましたが、これはエディター -> プレビューの片方向なので、もしこの Issue が両方向までスコープに入れたものならPRと紐付けないほうがいいだろうなと思って紐付けていません |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
本家のMarkdownエディタを参考にする。
https://github.com/microsoft/vscode/blob/main/extensions/markdown-language-features/preview-src/scroll-sync.ts
The text was updated successfully, but these errors were encountered: