Skip to content
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

Asciidoctor.js error reporting not displaying on Windows #466

Closed
danyill opened this issue Oct 15, 2021 · 1 comment · Fixed by #467
Closed

Asciidoctor.js error reporting not displaying on Windows #466

danyill opened this issue Oct 15, 2021 · 1 comment · Fixed by #467
Labels
Milestone

Comments

@danyill
Copy link
Contributor

danyill commented Oct 15, 2021

This extension is meant to support asciidoctor.js warnings and errors being reported in the text and in the "Problems" panel:

image

This is working for me on Linux using VS Code 1.61.1 but not on Windows at all as far as I can tell using VS Code 1.60.2. I have checked that "Asciidoc: Enable Error Diagnostics" is set (with setting: asciidoc.enableErrorDiagnostics), and that I am using Asciidoctor.js (with setting: asciidoc.use_asciidoctor_js).

@danyill danyill added ✨ enhancement 💬 discussion Disccussion on new features, projects, etc... 🐞 bug and removed 💬 discussion Disccussion on new features, projects, etc... ✨ enhancement labels Oct 15, 2021
@danyill
Copy link
Contributor Author

danyill commented Oct 16, 2021

I've found a solution, it appears intermittently on Windows and seems to be caused by the way we parse the filename which is not as per the extension examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant