Open
Description
I would like to work with a directory structure like
.
├── code
└── doc
├── .latexcfg
└── main.tex
If this is opened as a project, it does not detect the .latexcfg because it is not at the top level of the project. Would be nice to detect that, too. For example when building something down in the doc directory, the path is traversed upwards until a .latexcfg is found.