fault_injection_async25_paper/fault_injection_async25_paper.code-workspace

51 lines
No EOL
922 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {
"latex-workshop.latex.recipes":[
{
"name": "pdflatex, makeglossaries, biber, pdflatex (2x)",
"tools": [
"pdflatex",
"makeglossaries",
"biber",
"pdflatex",
"pdflatex"
]
},
],
"latex-workshop.latex.tools":[
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
},
{
"name": "makeglossaries",
"command": "makeglossaries",
"args": [
"%DOCFILE%"
]
},
{
"name": "biber",
"command": "biber",
"args": [
"%DOCFILE%"
]
}
],
"editor.wordWrap": "on",
"cSpell.words": [
"fanout"
]
}
}