From 2f25ade43e218faa9cb437eceb6f52b70ed6c1ca Mon Sep 17 00:00:00 2001 From: AVAtarMod Date: Sat, 19 Aug 2023 19:32:57 +0300 Subject: [PATCH] Update workspace files --- 6SST_NM.code-workspace | 49 ++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/6SST_NM.code-workspace b/6SST_NM.code-workspace index abd7c2d..15fd625 100644 --- a/6SST_NM.code-workspace +++ b/6SST_NM.code-workspace @@ -34,12 +34,6 @@ "pdflatex" ] }, - { - "name": "tectonic", - "tools": [ - "tectonic" - ] - } ], "latex-workshop.latex.tools": [ { @@ -81,6 +75,7 @@ "command": "pdflatex", "args": [ "-synctex=1", + // "-recorder", "-shell-escape", "-interaction=nonstopmode", "-file-line-error", @@ -97,17 +92,39 @@ ], "env": {} }, - { - "name": "tectonic", - "command": "tectonic", - "args": [ - "--synctex", - "--keep-logs", - "%DOC%.tex" - ], - "env": {} - } ], "latex-workshop.latex.rootFile.indicator": "\\begin{document}", + "latex-workshop.latex.watch.files.ignore": [ + "**/*.bbx", + "**/*.bbl", + "**/*.cbx", + "**/*.cfg", + "**/*.clo", + "**/*.cnf", + "**/*.def", + "**/*.dfu", + "**/*.enc", + "**/*.fd", + "**/*.fmt", + "**/*.lbx", + "**/*.map", + "**/*.mkii", + "**/*.pfb", + "**/*.tfm", + "**/*.vf", + "**/*.code.tex", + "**/*.sty", + "**/texmf-{dist,var}/**", + "**/Local/MiKTeX/**", + "**/Local/Programs/MiKTeX/**", + "**/Roaming/MiKTeX/**", + "**/Program*/MiKTeX*/**", + "**/.miktex/texmfs/**", + "/var/cache/miktex-texmf/**", + "/usr/local/share/miktex-texmf/**", + "**/Library/Application Support/MiKTeX/texmfs/**", + "/dev/null", + "**/*.fls" + ], } }