Skip to content

Commit

Permalink
setting.jsonにコメントを追記
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Aug 12, 2023
1 parent 4170154 commit 588395c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@
"editor.wordWrapColumn": 80,
},
// -------------------- latex-workshop --------------------
// for build
// intellisense
"latex-workshop.intellisense.package.enabled": true,
// viewer
"latex-workshop.view.pdf.viewer": "tab",
"latex-workshop.view.pdf.zoom": "page-width",
// format and lint
"latex-workshop.latexindent.path": "/opt/homebrew/bin/latexindent",
"latex-workshop.linting.chktex.enabled": true,
"latex-workshop.linting.lacheck.enabled": true,
// build
"latex-workshop.latex.outDir": "./out",
"latex-workshop.latex.autoBuild.run": "never",
"latex-workshop.latex.autoClean.run": "onBuilt",
// tools
"latex-workshop.latex.tools": [
{
"name": "lualatexmk",
Expand Down Expand Up @@ -59,6 +65,7 @@
"env": {}
},
],
// recipes
"latex-workshop.latex.recipes": [
{
"name": "latexmk (lualatex)",
Expand Down

0 comments on commit 588395c

Please sign in to comment.