20 lines
No EOL
649 B
JSON
20 lines
No EOL
649 B
JSON
{
|
|
"latex-workshop.intellisense.update.delay": 5000,
|
|
"latex-workshop.latex.autoBuild.interval": 10000,
|
|
"latex-workshop.latex.autoBuild.run": "never",
|
|
"latex-workshop.latex.outDir": "%DIR%/build",
|
|
"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",
|
|
"datavis"
|
|
]
|
|
} |