-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automatically update preview while changing the markdown source #2
Comments
Here is our initial thinking for how to update the side-by-side preview:
|
I think that is the idea, also @jrieken fyi who provides the API for text document provider. |
Yes - your document provider can offer an event that signals change. This is an sample: https://github.com/Microsoft/vscode/blob/master/extensions/vscode-api-tests/src/workspace.test.ts#L299 |
@jrieken thanks. That's makes for a slick solution. |
From microsoft/vscode#6106:
we need to change the extension to update the preview based on document edits so that the preview updates while the user is typing
The text was updated successfully, but these errors were encountered: