You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typical markdown editing flow is to rapidly switch back and forth between source and preview.
Comparing the built-in markdown preview with the extension, the extension has a perceivable lag when displaying the preview. We need to get back to the level of performance of the built-in editor.
The text was updated successfully, but these errors were encountered:
Problem is that the update-logic is only triggered on document save events, not on document changeevents. Also but smallish is an extra fs-read, instead of using the value form the TextDocument.
For #6106:
A typical markdown editing flow is to rapidly switch back and forth between source and preview.
Comparing the built-in markdown preview with the extension, the extension has a perceivable lag when displaying the preview. We need to get back to the level of performance of the built-in editor.
The text was updated successfully, but these errors were encountered: