sanjib-sen / WebLaTex

A complete alternative for Overleaf with VSCode + Web + Git Integration + Copilot + Grammar & Spell Checker + Live Collaboration Support. Based on GitHub Codespace and Dev container.
https://github.com/sanjib-sen/weblatex/generate
MIT License
874 stars 259 forks source link

Pdf didn't update automatically when typing in .Tex file #26

Open HaiCLi opened 2 months ago

HaiCLi commented 2 months ago

"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

Danura30082 commented 1 month ago

I believe "latex-workshop.latex.autoBuild.run": "never", in the devcontainer.json is the culprit

tvh commented 1 month ago

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".

maphdze commented 2 weeks ago

I believe "latex-workshop.latex.autoBuild.run": "never", in the devcontainer.json is the culprit

change it to 'onSave' does not help.