-
Notifications
You must be signed in to change notification settings - Fork 98
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
No preview of .adoc files when open remote repository in VS Code Web #805
Labels
Comments
I can reproduce this issue. The underlyon error seems to be:
|
I found the root cause, the AsciidoctorConfig feature is not compatible with VS Code Web. More precisely, this line:
|
We should probably mimick what the Markdown extension is doing with a dedicated entry point for the web/browser extension: That way we can decide which feature we want to enable on the web/browser extension. |
ggrossetie
added a commit
to ggrossetie/asciidoctor-vscode
that referenced
this issue
Oct 24, 2023
ggrossetie
added a commit
to ggrossetie/asciidoctor-vscode
that referenced
this issue
Oct 24, 2023
ggrossetie
added a commit
that referenced
this issue
Oct 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i open remote repository from github on vscode.dev, the preview of .adoc files is not displayed:
Screenshot
If refresh page at this state, we can see error message in Preview window:
Screenshot
When i create new empty file without saving it as a real file, preview works fine, until i save it:
Screenshot
Steps to reproduce:
The text was updated successfully, but these errors were encountered: