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
{{ message }}
This repository has been archived by the owner on May 11, 2022. It is now read-only.
An issue has come up in the VS Code Development slack.
An extension developer has created an extension that edits markdown documents loaded from a backend server but has run into issues editing untitled documents. One of the things explored was using Didact to render them, but currently it can't process them.
From the conversation:
Hm for example in our extension (linked before Bugout) I load files from server and open them as markdown in editable mode. During user work with them I send updates to server with function onDidChangeTextDocument so they always synchronized. But I can't implement additional features, because this is dirty file, I can't add special buttons (for example as in microsoft/vscode-extension-samples/virtual-document-sample the button "Cowsay") and so on.. This untitled documents is so limited until they will be saved.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
An issue has come up in the VS Code Development slack.
An extension developer has created an extension that edits markdown documents loaded from a backend server but has run into issues editing untitled documents. One of the things explored was using Didact to render them, but currently it can't process them.
From the conversation:
The text was updated successfully, but these errors were encountered: