asciidoctor-vscode icon indicating copy to clipboard operation
asciidoctor-vscode copied to clipboard

VSCode Web include does not work

Open mitja-p opened this issue 6 months ago • 0 comments
trafficstars

I was testing VSCode Web with asciidoc and using Github Repositories.

When trying to include local file it says: include file not readable Image

index.adoc content: include::snippet.adoc

snippet.adoc content: :somedefinition: true

I would expect it to include the file. I tried also include::./snippet.adoc and some variants of absolute path.

Is this not possible using GitHub Repositories which uses Virtual Workspaces feature?

mitja-p avatar May 07 '25 08:05 mitja-p