I am interested in using Visual Studio Code along with LaTeX-Workshop to build my Tectonic projects.
How would one go about configuring Visual Studio Code to build a tectonic project? The command line
tectonic -X build
``` works just fine in a shell, but i would like the compiler running when the files have changed (or i ask it too with a keyboard shortcut) and the output visible in a Visual Studio Code tab.
I am not married to Visual Studio code, my motivation is I might want to use it down the road for compiling Rust for some hobby projects and some code completion for tex environments. If there is another IDE that will provide a better experience for tectonic & latex I'll switch now.