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
vscode version: 1.89.1
asciidoctor extension version: 3.2.3 and also from master branch 39a3e20
For example, there is a python source code inside src/modules/something/examples/some_python_code.py
And I try include::example$some_python_code.py[] in adoc.
But the vscode extension shows an error like this:
include file not found: .../src/modules/something/pages/examples$some_python_code.py
It seems the extension didn't parse examples$some_python_code.py as a ResourceID at all.
This only happens on windows with example$something syntax.
On Linux it just works fine.
And if I use include::../examples/something[] on windows, it also works fine.
The text was updated successfully, but these errors were encountered:
vscode version: 1.89.1
asciidoctor extension version: 3.2.3 and also from master branch 39a3e20
For example, there is a python source code inside src/modules/something/examples/some_python_code.py
And I try
include::example$some_python_code.py[]
in adoc.But the vscode extension shows an error like this:
It seems the extension didn't parse
examples$some_python_code.py
as a ResourceID at all.This only happens on windows with
example$something
syntax.On Linux it just works fine.
And if I use
include::../examples/something[]
on windows, it also works fine.The text was updated successfully, but these errors were encountered: