Following this comment: https://tex.stackexchange.com/a/463842
One could do:
tlmgr install texliveonfly
texliveonfly --compiler=latexmk filename.tex
I think this could be a nice wrapper on top of latexmk, so when you compile with vscode the missing packages get installs automatically.
Following this comment: https://tex.stackexchange.com/a/463842
One could do:
I think this could be a nice wrapper on top of latexmk, so when you compile with vscode the missing packages get installs automatically.