Root directory resolution doesn't respect .texlabroot
or texlabroot
for Tectonic projects
#1014
Labels
bug
Something isn't working
Texlab Version: 5.12.3
Running in Neovim 0.9.5 via Mason plugin
Summary
When using Tectonic, root directory resolution doesn't respect
.texlabroot
ortexlabroot
inside of thesrc/
directory.Details
For Tectonic projects, example project structure:
Below compiles with tectonic V2, but texlab is unable to find the
section.tex
file - goto-definition failsCase A:
Below, tectonic fails to build doc, but texlab resolves correctly - goto-definition works
Case B:
This also impacts bibliography and references not detected properly.
When adding
.texlabroot
to specifysrc
as the document root:Tectonic.toml
andsrc/.texlabroot
are present - incorrectly choosesTectonic.toml
root (project root)Tectonic.toml
(or rename it),src/.texlabroot
present - correctly choosessrc
as rootThe text was updated successfully, but these errors were encountered: