Advertisement
deedspool

Visual code settings

May 16th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.13 KB | None | 0 0
  1. {
  2.     "workbench.colorTheme": "Mayukai Semantic Mirage",
  3.     "editor.fontLigatures": null,  
  4.     "editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace",
  5.     "editor.fontWeight": "300",
  6.     "emmet.includeLanguages": {
  7.         "javascript": "javascriptreact"
  8.     },
  9.     "editor.suggestSelection": "first",
  10.     "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  11.     "editor.tabCompletion": "on",
  12.     "editor.multiCursorModifier": "ctrlCmd",
  13.     "editor.tabSize": 2,
  14.     "workbench.editor.untitled.hint": "hidden",
  15.     "editor.codeActionsOnSave": null,
  16.     "workbench.colorCustomizations": {
  17.         "editorError.foreground":   "#00000000",
  18.         "editorWarning.foreground": "#00000000",
  19.         "editorInfo.foreground":    "#00000000"
  20.     },
  21.     "workbench.editorAssociations": {
  22.         "*.ipynb": "jupyter-notebook"
  23.     },
  24.     "editor.wordWrap": "on",
  25.     "diffEditor.wordWrap": "on",
  26.     "notebook.cellToolbarLocation": {
  27.         "default": "right",
  28.         "jupyter-notebook": "left"
  29.     },
  30.     "scss.hover.documentation": false,
  31.     "scss.hover.references": false
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement