add workspace for vscode
This commit is contained in:
parent
8236ebadaf
commit
bfbcb4a517
1 changed files with 40 additions and 0 deletions
40
fault_injection_async25_paper.code-workspace
Normal file
40
fault_injection_async25_paper.code-workspace
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"latex-workshop.latex.recipes":[
|
||||
{
|
||||
"name": "pdflatex, makeglossaries, pdflatex (2x)",
|
||||
"tools": [
|
||||
"pdflatex",
|
||||
"makeglossaries",
|
||||
"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%"
|
||||
]
|
||||
}
|
||||
],
|
||||
"editor.wordWrap": "on"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue