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
This extension is meant to support asciidoctor.js warnings and errors being reported in the text and in the "Problems" panel:
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).
The text was updated successfully, but these errors were encountered:
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.
danyill
added a commit
to danyill/asciidoctor-vscode
that referenced
this issue
Oct 16, 2021
This extension is meant to support asciidoctor.js warnings and errors being reported in the text and in the "Problems" panel:
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
).The text was updated successfully, but these errors were encountered: