Advertisement
DanielSchreurs

settings.js

Dec 24th, 2021
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.77 KB | None | 0 0
  1. {
  2.     "workbench.colorTheme": "Cobalt2",
  3.     "editor.formatOnSave": true,
  4.     "[javascript]": {
  5.         "editor.formatOnSave": true
  6.     },
  7.     "[javascriptreact]": {
  8.         "editor.formatOnSave": true
  9.     },
  10.     "workbench.startupEditor": "newUntitledFile",
  11.     "latex-workshop.intellisense.package.enabled": true,
  12.     "latex-workshop.intellisense.unimathsymbols.enabled": true,
  13.     "latex-workshop.latex.recipes": [
  14.         {
  15.             "name": "latexmk 🔃",
  16.             "tools": [
  17.                 "latexmk"
  18.             ]
  19.         },
  20.         {
  21.             "name": "pdflatex ➞ bibtex ➞ pdflatex`×2",
  22.             "tools": [
  23.                 "pdflatex",
  24.                 "bibtex",
  25.                 "pdflatex",
  26.                 "pdflatex"
  27.             ]
  28.         }
  29.     ],
  30.     "latex-workshop.latex.tools": [
  31.         {
  32.             "name": "latexmk",
  33.             "command": "latexmk",
  34.             "args": [
  35.                 "-shell-escape",
  36.                 "-synctex=1",
  37.                 "-interaction=nonstopmode",
  38.                 "-file-line-error",
  39.                 "-pdf",
  40.                 "-outdir=%OUTDIR%",
  41.                 "%DOC%"
  42.             ],
  43.             "env": {}
  44.         },
  45.         {
  46.             "name": "pdflatex",
  47.             "command": "pdflatex",
  48.             "args": [
  49.                 "-synctex=1",
  50.                 "-interaction=nonstopmode",
  51.                 "-file-line-error",
  52.                 "%DOC%"
  53.             ],
  54.             "env": {}
  55.         },
  56.         {
  57.             "name": "bibtex",
  58.             "command": "bibtex",
  59.             "args": [
  60.                 "%DOCFILE%"
  61.             ],
  62.             "env": {}
  63.         },
  64.         {
  65.             "name": "latexmk",
  66.             "command": "latexmk",
  67.             "args": [
  68.                 "-xelatex",
  69.                 "-synctex=1",
  70.                 "-interaction=nonstopmode",
  71.                 "-file-line-error",
  72.                 "%DOC%"
  73.             ]
  74.         }
  75.     ],
  76.     "latex-workshop.latex.clean.subfolder.enabled": true,
  77.     "git.autofetch": true,
  78.     "terminal.integrated.fontFamily": "Inconsolata for Powerline",
  79.     "editor.minimap.enabled": false,
  80.     "editor.suggestSelection": "first",
  81.     "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  82.     "files.exclude": {
  83.         "**/.classpath": true,
  84.         "**/.project": true,
  85.         "**/.settings": true,
  86.         "**/.factorypath": true
  87.     },
  88.     "editor.codeActionsOnSave": {
  89.         "source.fixAll.eslint": true
  90.     },
  91.     "workbench.iconTheme": "material-icon-theme",
  92.     "prolog.executablePath": "/Applications/SWI-Prolog.app/Contents/MacOS/swipl",
  93.     "python.languageServer": "Microsoft",
  94.     "editor.wordWrap": "on",
  95.     // "latex-workshop.view.pdf.zoom": "page-fit",
  96.     // "latex-workshop.view.pdf.viewer": "external",
  97.     // "latex-workshop.view.pdf.external.viewer.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
  98.     // "latex-workshop.view.pdf.external.viewer.args": [
  99.     //     "0",
  100.     //     "%PDF%"
  101.     // ],
  102.     // "latex-workshop.view.pdf.external.synctex.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
  103.     // "latex-workshop.view.pdf.external.synctex.args": [
  104.     //     "-r",
  105.     //     "-b",
  106.     //     "%LINE%",
  107.     //     "%PDF%",
  108.     //     "%TEX%"
  109.     // ],
  110.     // "latex-workshop.latex.autoBuild.cleanAndRetry.enabled": true,
  111.     // "latex-workshop.latex.autoClean.run": "onBuilt",
  112.     // "latex-workshop.latex.clean.fileTypes": [
  113.     //     "*.aux",
  114.     //     "*.bbl",
  115.     //     "*.blg",
  116.     //     "*.idx",
  117.     //     "*.ind",
  118.     //     "*.lof",
  119.     //     "*.lot",
  120.     //     "*.out",
  121.     //     "*.toc",
  122.     //     "*.acn",
  123.     //     "*.acr",
  124.     //     "*.alg",
  125.     //     "*.glg",
  126.     //     "*.glo",
  127.     //     "*.gls",
  128.     //     "*.ist",
  129.     //     "*.fls",
  130.     //     "*.log",
  131.     //     "*.fdb_latexmk",
  132.     //     "*.snm",
  133.     //     "*.nav",
  134.     //     "*.synctex.gz",
  135.     //     "*.run.xml",
  136.     //     "*.bcf",
  137.     //     "__latexindent_temp.tex"
  138.     // ],
  139.     "latex-workshop.view.pdf.viewer": "external",
  140.     "latex-workshop.view.pdf.external.viewer.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
  141.     "latex-workshop.view.pdf.external.viewer.args": [
  142.         "0",
  143.         "%PDF%"
  144.     ],
  145.     "latex-workshop.view.pdf.external.synctex.command": "/Applications/Skim.app/Contents/SharedSupport/displayline",
  146.     "latex-workshop.view.pdf.external.synctex.args": [
  147.         "-r",
  148.         "-b",
  149.         "%LINE%",
  150.         "%PDF%",
  151.         "%TEX%",
  152.     ],
  153.     "explorer.confirmDelete": false,
  154.     //"latex-workshop.latexindent.path": "/usr/local/texlive/2021/bin/universal-darwin/latexindent",
  155.     "security.workspace.trust.untrustedFiles": "open",
  156.     "editor.fontSize": 16
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement