Is there a palette command in Julia in VS Code to weave
and tange
the current document? Or should one always run a script like this one?
using Weave
filename = normpath("./", "file.jmd")
weave(filename; doctype="md2pdf", out_path="./")
tangle(filename; out_path="./")