【问题标题】:VSCode Latex-workshop: No AutoBuild for onFileChangeVSCode Latex 研讨会:onFileChange 没有自动构建
【发布时间】: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 是提出这个问题的更好地方。

标签: visual-studio-code latex


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-12-22
    • 2020-11-27
    • 1970-01-01
    • 1970-01-01
    • 2013-01-24
    • 2011-11-24
    • 1970-01-01
    • 2013-08-07
    相关资源
    最近更新 更多