You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would require identifying all child files, sending their contents to TeXpresso (using the open command), and keeping a rope data structure for their contents. For identifying child files, code from the LaTeX Workshop extension could be adapted, see for example
This would require identifying all child files, sending their contents to TeXpresso (using the
open
command), and keeping arope
data structure for their contents. For identifying child files, code from the LaTeX Workshop extension could be adapted, see for examplehttps://github.com/James-Yu/LaTeX-Workshop/blob/fe6a08e9aa26ba4e2594d81a4b5baf636457d89e/src/utils/inputfilepath.ts#L18-L20
https://github.com/James-Yu/LaTeX-Workshop/blob/fe6a08e9aa26ba4e2594d81a4b5baf636457d89e/src/core/cache.ts#L278-L284
The text was updated successfully, but these errors were encountered: