【发布时间】:2019-02-22 10:21:58
【问题描述】:
VSCode Latex-Workshop 的 AutoBuild 功能有问题:
使用
"latex-workshop.latex.autoBuild.run": "onFileChange"
如果我更改(并保存)我的 tex 文件,则项目不会构建,即使 Latex Workshop 记录器告诉我:
[10:54:26] File watcher: responding to change in /path/presentation.tex
[10:54:26] Parsing /path/presentation.tex
但什么也没有发生。
如果我将设置更改为
"latex-workshop.latex.autoBuild.run": "onSave"
一切正常:
[10:59:28] File watcher: responding to change in /path/presentation.tex
[10:59:28] Parsing /path/presentation.tex
[10:59:28] Auto-build /path/presentation.tex upon save.
[10:59:28] BUILD command invoked.
(...建设开始...)
所有其他设置都保持默认值。
我正在使用 LaTeX-Workshop 6.0.0 版
非常感谢您的帮助!
约书亚
【问题讨论】:
-
感谢您将设置更改为“onSave”的建议!我对 LaTeX Workshop v8.15.0 的“onFileChange”有同样的问题。也许github issues 是提出这个问题的更好地方。