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

vscode: fix errors not being reported with linenumber

parent 55989715
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@
"args": [
"-pdf",
"-interaction=nonstopmode",
"-file-line-error",
"-synctex=1",
"-auxdir=%OUTDIR%/.aux",
"-outdir=%OUTDIR%",
......@@ -68,9 +69,9 @@
"name": "pdflatex",
"command": "pdflatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"-synctex=1",
"-aux-directory=%OUTDIR%/.aux",
"-output-directory=%OUTDIR%",
"%DOC_EXT%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment