build(tex): ✨ adjust LaTeX Workshop settings
This commit is contained in:
parent
ccbea065c5
commit
da7ec37e3e
1 changed files with 19 additions and 0 deletions
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"latex-workshop.intellisense.update.delay": 5000,
|
||||||
|
"latex-workshop.latex.autoBuild.interval": 10000,
|
||||||
|
"latex-workshop.latex.autoBuild.run": "never",
|
||||||
|
"latex-workshop.latex.outDir": "build/%DIR%",
|
||||||
|
"latex-workshop.latex.search.rootFiles.include": [
|
||||||
|
"TeX/*.tex",
|
||||||
|
"**/*.rnw",
|
||||||
|
"**/*.Rnw"
|
||||||
|
],
|
||||||
|
"latex-workshop.linting.delay": 2000,
|
||||||
|
"latex-workshop.linting.run": "onSave",
|
||||||
|
"latex-workshop.message.log.show": false,
|
||||||
|
"latex-workshop.synctex.afterBuild.enabled": true,
|
||||||
|
"latex-workshop.view.outline.sync.viewer": true,
|
||||||
|
"conventionalCommits.scopes": [
|
||||||
|
"tex"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue