WebLaTex
WebLaTex copied to clipboard
Pdf didn't update automatically when typing in .Tex file
"When using VSCode on my computer for this Codespace, hitting Ctrl + S doesn't generate a PDF and place it on the side of my editor"
Moreover, the pdf didn't update when I am typing in .Tex file
I believe "latex-workshop.latex.autoBuild.run": "never", in the devcontainer.json is the culprit
This was done here: https://github.com/sanjib-sen/WebLaTex/commit/05c62f80610ae4b144a5fed8d5575de409b22faf.
@sanjib-sen could you chime in why you think this is the right behaviour? I would have set it to "onSave"
.
I believe "latex-workshop.latex.autoBuild.run": "never", in the devcontainer.json is the culprit
change it to 'onSave' does not help.