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

"No symbols found in document" when using include

Open vvavrychuk opened this issue 8 months ago • 0 comments
trafficstars

Create include.adoc:

== H2 - include

=== H3 - include

Create test.adoc:

= Test

== H2 - test

include::include.adoc[]

Problem: "No symbols found in document 'test.adoc'` in outline

Image

Commenting out "H2 - test" section header helps

Image

Version: 1.98.2 (user setup)
Commit: ddc367ed5c8936efe395cffeec279b04ffd7db78
Date: 2025-03-12T13:32:45.399Z
Electron: 34.2.0
ElectronBuildId: 11161602
Chromium: 132.0.6834.196
Node.js: 20.18.2
V8: 13.2.152.36-electron.0
OS: Windows_NT x64 10.0.26100

Extension version 3.4.2.

vvavrychuk avatar Mar 16 '25 12:03 vvavrychuk