VSCode Latex 研讨会:onFileChange 没有 AutoBuild

Jos*_*hua 7 latex visual-studio-code

我在 VSCode Latex-Workshop 中的 AutoBuild 功能有问题:

使用

"latex-workshop.latex.autoBuild.run": "onFileChange"
Run Code Online (Sandbox Code Playgroud)

如果我更改(并保存)我的 tex 文件,则该项目不会构建,即使 Latex Workshop 记录器告诉我:

[10:54:26] File watcher: responding to change in /path/presentation.tex
[10:54:26] Parsing /path/presentation.tex
Run Code Online (Sandbox Code Playgroud)

但没有更多的事情发生。


如果我将设置更改为

"latex-workshop.latex.autoBuild.run": "onSave"
Run Code Online (Sandbox Code Playgroud)

事情按预期工作:

[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.
Run Code Online (Sandbox Code Playgroud)

(……建设开始……)


所有其他设置都保持默认值。

我正在使用 LaTeX-Workshop 版本 6.0.0

非常感谢您的帮助!

约书亚

小智 1

我在 vscode 1.54.3 中使用 LaTeX Workshop 8.16.1 时遇到了同样的问题。这是一个已知问题,请参阅此常见问题解答