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