summaryrefslogtreecommitdiff
path: root/support/texlab/docs/tectonic.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-06-13 03:03:20 +0000
committerNorbert Preining <norbert@preining.info>2021-06-13 03:03:20 +0000
commit2ba4b1ac7860085c0b259aacb0d99bd2c730edbc (patch)
tree45f851c69d035dca1793ce55cce4783eb52b1dea /support/texlab/docs/tectonic.md
parent73dcf554624f325ec90d02815c36d92a33c2667f (diff)
CTAN sync 202106130303
Diffstat (limited to 'support/texlab/docs/tectonic.md')
-rw-r--r--support/texlab/docs/tectonic.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/docs/tectonic.md b/support/texlab/docs/tectonic.md
index 1e75c2d126..38e0a7d636 100644
--- a/support/texlab/docs/tectonic.md
+++ b/support/texlab/docs/tectonic.md
@@ -19,8 +19,8 @@ You can quickly get started by changing `.vscode/settings.json` in your workspac
// uncomment the following line.
//"--outdir out",
]
- // OPTIONAL: The extension needs to be configured
+ // OPTIONAL: The server needs to be configured
// to read the logs from the out directory as well.
- // "latex.build.outputDirectory": "out",
+ // "texlab.auxDirectory": "out",
}
```