Last active
May 9, 2023 14:56
-
-
Save scaomath/9f4d06482dbf5aed4a97133d9b3d7176 to your computer and use it in GitHub Desktop.
My VS Code setting file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[matlab]": { | |
| "editor.fontFamily": "Envy Code R VS", | |
| "editor.fontSize": 15 | |
| }, | |
| "[markdown]": { | |
| "editor.quickSuggestions": true, | |
| "editor.wordBasedSuggestions": false, | |
| "editor.snippetSuggestions": "top" | |
| }, | |
| "[python]": { | |
| "editor.fontFamily": "Envy Code R VS", | |
| "editor.fontSize": 15 | |
| }, | |
| "cSpell.allowCompoundWords": true, | |
| "cSpell.diagnosticLevel": "Warning", | |
| "cSpell.enableFiletypes": [ | |
| "!python", | |
| "html", | |
| "markdown", | |
| "php", | |
| "plaintext", | |
| "typescript" | |
| ], | |
| "cSpell.userWords": [ | |
| "Galerkin", | |
| "Lipschitz", | |
| "discretization", | |
| "functionals" | |
| ], | |
| "editor.acceptSuggestionOnEnter": "off", | |
| "editor.fontFamily": "FiraCode-Retina, Monaco, 'Courier New', monospace", | |
| "editor.fontLigatures": true, | |
| "editor.fontSize": 14, | |
| "editor.minimap.enabled": false, | |
| "editor.minimap.side": "left", | |
| "editor.quickSuggestions": true, | |
| "editor.suggest.snippetsPreventQuickSuggestions": false, | |
| "editor.tokenColorCustomizations": { | |
| "[Atom One Dark]": { | |
| "numbers": "#59bb59", | |
| "textMateRules": [ | |
| { | |
| "scope": "variable.parameter.function.language.python", | |
| "settings": { | |
| "foreground": "#59bb59" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "source.latex", | |
| "keyword.control" | |
| ], | |
| "settings": { | |
| "foreground": "#009fa1" | |
| } | |
| }, | |
| { | |
| "scope": "support.class.math.latex", | |
| "settings": { | |
| "foreground": "#749ab5" | |
| } | |
| }, | |
| { | |
| "scope": "support.class.math.block.tex", | |
| "settings": { | |
| "foreground": "#749ab5" | |
| } | |
| }, | |
| { | |
| "scope": "constant.character.math.tex", | |
| "settings": { | |
| "foreground": "#1984cf" | |
| } | |
| }, | |
| { | |
| "scope": "support.class.math.block.environment.latex", | |
| "settings": { | |
| "foreground": "#749ab5" | |
| } | |
| }, | |
| { | |
| "scope": "meta.function.environment.list.latex", | |
| "settings": { | |
| "foreground": "#749ab5" | |
| } | |
| }, | |
| { | |
| "scope": "constant.other.general.math.tex", | |
| "settings": { | |
| "foreground": "#1984cf" | |
| } | |
| }, | |
| { | |
| "scope": "variable.parameter.function.latex", | |
| "settings": { | |
| "foreground": "#db5f26" | |
| } | |
| }, | |
| { | |
| "scope": "variable.parameter.definition.label.latex", | |
| "settings": { | |
| "foreground": "#029b02" | |
| } | |
| }, | |
| { | |
| "scope": "constant.other.reference.label.latex", | |
| "settings": { | |
| "foreground": "#029b02" | |
| } | |
| }, | |
| { | |
| "scope": "markup.quote.markdown", | |
| "settings": { | |
| "foreground": "#8e95a0" | |
| } | |
| }, | |
| { | |
| "scope": "comment.line.percentage.tex", | |
| "settings": { | |
| "foreground": "#676f83" | |
| } | |
| }, | |
| { | |
| "scope": "comment.line.percentage.matlab", | |
| "settings": { | |
| "foreground": "#676f83" | |
| } | |
| }, | |
| { | |
| "scope": "comment.line.double-percentage.matlab", | |
| "settings": { | |
| "foreground": "#3baf46", | |
| "fontStyle": "bold italic underline" | |
| } | |
| }, | |
| ] | |
| } | |
| }, | |
| "files.associations": { | |
| "*.m": "matlab" | |
| }, | |
| "git.enableSmartCommit": true, | |
| "git.postCommitCommand": "push", | |
| "latex-workshop.latex.autoBuild.run": "never", | |
| "latex-workshop.latex.recipes": [ | |
| { | |
| "name": "latexmk 🔃", | |
| "tools": [ | |
| "latexmk" | |
| ] | |
| }, | |
| { | |
| "name": "pdflatex ➞ bibtex ➞ pdflatex × 2", | |
| "tools": [ | |
| "pdflatex", | |
| "bibtex", | |
| "pdflatex", | |
| "pdflatex" | |
| ] | |
| }, | |
| { | |
| "name": "latexmk (latexmkrc)", | |
| "tools": [ | |
| "latexmk_rconly" | |
| ] | |
| }, | |
| { | |
| "name": "latexmk (lualatex)", | |
| "tools": [ | |
| "lualatexmk" | |
| ] | |
| }, | |
| { | |
| "name": "Compile Rnw files", | |
| "tools": [ | |
| "rnw2tex", | |
| "latexmk" | |
| ] | |
| } | |
| ], | |
| "latex-workshop.latex.tools": [ | |
| { | |
| "args": [ | |
| "-synctex=1", | |
| "-interaction=nonstopmode", | |
| "-f", | |
| "-pdf", | |
| "-bibtex", | |
| "-outdir=%OUTDIR%", | |
| "%DOCFILE%" | |
| ], | |
| "command": "latexmk", | |
| "env": {}, | |
| "name": "latexmk" | |
| }, | |
| { | |
| "args": [ | |
| "-synctex=1", | |
| "-interaction=nonstopmode", | |
| "%DOC%" | |
| ], | |
| "command": "pdflatex", | |
| "env": {}, | |
| "name": "pdflatex" | |
| }, | |
| { | |
| "args": [ | |
| "%DOCFILE%" | |
| ], | |
| "command": "bibtex", | |
| "env": {}, | |
| "name": "bibtex" | |
| } | |
| ], | |
| "latex-workshop.view.pdf.backgroundColor": "#24282f", | |
| "latex-workshop.view.pdf.hand": true, | |
| "latex-workshop.view.pdf.invert": 0.27, | |
| "latex-workshop.view.pdf.viewer": "tab", | |
| "markdown.preview.fontSize": 15, | |
| "matlab.matlabpath": "/Applications/MATLAB_R2019b.app/bin/maci64/MATLAB", | |
| "matlab.mlintpath": "/Applications/MATLAB_R2019b.app/bin/maci64/mlint", | |
| "python.autoComplete.addBrackets": true, | |
| "python.dataScience.sendSelectionToInteractiveWindow": true, | |
| "python.jediEnabled": false, | |
| "python.pythonPath": "/Users/scao/opt/anaconda3/bin/python", | |
| "sync.gist": "c06360e5b21df4ffd604f5bb7b785ae1", | |
| "terminal.integrated.fontFamily": "Envy Code R VS", | |
| "terminal.integrated.fontSize": 15, | |
| "terminal.integrated.inheritEnv": false, | |
| "todo-tree.tree.showScanModeButton": false, | |
| "window.autoDetectColorScheme": true, | |
| "window.title": "${activeEditorLong}${separator}${rootName}", | |
| "workbench.colorCustomizations": { | |
| "editorInfo.foreground": "#0394fc", | |
| "editor.selectionBackground": "#135564", | |
| "editor.selectionHighlightBackground": "#135564", | |
| "editor.selectionHighlightBorder": "#088cad", | |
| "editor.wordHighlightBackground": "#135564", | |
| "editor.wordHighlightBorder": "#088cad", | |
| "editor.wordHighlightStrongBackground": "#135564", | |
| "editor.wordHighlightStrongBorder": "#088cad" | |
| }, | |
| "workbench.colorTheme": "Atom One Dark", | |
| "workbench.preferredHighContrastColorTheme": "Default Dark+", | |
| "julia.enableTelemetry": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment