Skip to content

Commit

Permalink
Fix #1137 Use %DIR% as the default value for `latex-workshop.latex.ou…
Browse files Browse the repository at this point in the history
…tputDir`
  • Loading branch information
James-Yu committed Jan 24, 2019
1 parent a7e5a1b commit 6ff3176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
},
"latex-workshop.latex.outputDir": {
"type": "string",
"default": ".",
"default": "%DIR%",
"markdownDescription": "The directory where the extension tries to find project files (e.g., PDF and SyncTeX files) are located.\nBoth relative and absolute paths are supported. Relative path start from the root file location, so beware if it is located in sub-directory. The path must not contain a trailing slash.\nThe LaTeX toolchain should output files to this path.\nPlaceholders `%DOC%`, `%DOCFILE`, `%DIR%` and `%TMPDIR%` are available."
},
"latex-workshop.latex.additionalBib": {
Expand Down

0 comments on commit 6ff3176

Please sign in to comment.