We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
autocomplete suggestions for include:: are currently resolved against the workspace root:
asciidoctor-vscode/src/providers/asciidoc.provider.ts
Lines 53 to 58 in b65f1c1
this works as long as all asciidoc files live in the root of the workspace. as soon as we place them in a subfolder, it is broken
I created a PR #618 that suggests resolving the files relative to the source document.
https://github.com/asciidoctor/asciidoctor-vscode/pull/618/files#diff-fb3632b9c41b259ca81bd1f9be15c3b88bd68efe5d88727117468c79e50fd720R53-R56
The text was updated successfully, but these errors were encountered:
fixed in #618
Sorry, something went wrong.
No branches or pull requests
Description
autocomplete suggestions for include:: are currently resolved against the workspace root:
asciidoctor-vscode/src/providers/asciidoc.provider.ts
Lines 53 to 58 in b65f1c1
this works as long as all asciidoc files live in the root of the workspace. as soon as we place them in a subfolder, it is broken
Additional Context
I created a PR #618 that suggests resolving the files relative to the source document.
https://github.com/asciidoctor/asciidoctor-vscode/pull/618/files#diff-fb3632b9c41b259ca81bd1f9be15c3b88bd68efe5d88727117468c79e50fd720R53-R56
The text was updated successfully, but these errors were encountered: