Skip to content
Snippets Groups Projects
Commit 284524f3 authored by Jan Wille's avatar Jan Wille
Browse files

Delete settings.json

parent 52223da7
No related branches found
No related tags found
2 merge requests!7Example,!3V 0.1 update
{
"latex-workshop.latex.outDir": "%DIR%/build",
"latex-workshop.latex.tools": [
{
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"--output-directory=build",
"%DOC%"
],
"env": {
"TEXINPUTS": "%DIR%/src"
}
}
],
"cSpell.enabled": true,
"cSpell.enableFiletypes": [
"markdown"
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment