Skip to content

Commit

Permalink
Disable LaTeX Workshop automatic compilation on save
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Mar 16, 2021
1 parent 7bca167 commit 6b0d313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
}
],
"latex-workshop.latex.recipe.default": "lastUsed",
"latex-workshop.chktex.enabled": true
}
"latex-workshop.chktex.enabled": true,
"latex-workshop.latex.autoBuild.run": "never",
}

0 comments on commit 6b0d313

Please sign in to comment.