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

[Windows Only][Antora Support] include::example$something not working on windows #880

Open
eZioPan opened this issue May 21, 2024 · 0 comments
Labels
🐞 bug ⬜ windows Issues related to Microsoft's Windows

Comments

@eZioPan
Copy link

eZioPan commented May 21, 2024

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.

@ggrossetie ggrossetie added the ⬜ windows Issues related to Microsoft's Windows label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug ⬜ windows Issues related to Microsoft's Windows
Projects
None yet
Development

No branches or pull requests

2 participants