Closed fol-ly closed 1 year ago
Yes, we changed the way how root is detected, and it can be buggy. Can you please provide a minimal working example for me to debug? Thanks.
I think I have a minimal working example.
\documentclass[a4paper,headsepline,numbers=noenddot,bibliography=totocnumbered,12pt,twoside,
BCOR=10mm]{scrreprt}
\begin{document}
\input{file.tex}
\end{document}
- When I delete `[a4paper,headsepline,numbers=noenddot,bibliography=totocnumbered,12pt,twoside,
BCOR=10mm]`
and restart, everything is working.
Just saw that you fixed it, thank you!
An emergency fix 9.8.1
is out and ready for updating in few minutes.
I think we should apply the same fix to https://github.com/James-Yu/LaTeX-Workshop/blob/8f3e8ab8dfbe284a7b2a54dd6f3f9cf9acab0e52/src/components/manager.ts#L396
Exactly! Fixed in b49efcb4
Environment*
The Issue*
\input{file.tex}
in the main.tex file with a header and begin{document}.Reproduction Steps
Expected Behavior
Logs
LaTeX Workshop Output*
Developer Tools Console
Anything Else?