summaryrefslogtreecommitdiff
path: root/support/texlab/docs/tectonic.md
diff options
context:
space:
mode:
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",
}
```