mrdeeds88

Untitled

Sep 16th, 2021
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.93 KB | None | 0 0
  1. {
  2.     "workbench.colorTheme": "One Dark Pro",
  3.     "editor.fontLigatures": null,
  4.     "emmet.includeLanguages": {
  5.         "javascript": "javascriptreact"
  6.     },
  7.     "editor.suggestSelection": "first",
  8.     "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  9.     "editor.tabCompletion": "on",
  10.     "editor.multiCursorModifier": "ctrlCmd",
  11.     "editor.tabSize": 2,
  12.     "workbench.editor.untitled.hint": "hidden",
  13.     "editor.codeActionsOnSave": null,
  14.     "workbench.colorCustomizations": {
  15.         "editorError.foreground":   "#00000000",
  16.         "editorWarning.foreground": "#00000000",
  17.         "editorInfo.foreground":    "#00000000"
  18.     },
  19.     "workbench.editorAssociations": {
  20.         "*.ipynb": "jupyter-notebook"
  21.     },
  22.     "editor.wordWrap": "on",
  23.     "diffEditor.wordWrap": "on",
  24.     "notebook.cellToolbarLocation": {
  25.         "default": "right",
  26.         "jupyter-notebook": "left"
  27.     }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment