Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "workbench.colorTheme": "One Dark Pro",
- "editor.fontLigatures": null,
- "emmet.includeLanguages": {
- "javascript": "javascriptreact"
- },
- "editor.suggestSelection": "first",
- "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
- "editor.tabCompletion": "on",
- "editor.multiCursorModifier": "ctrlCmd",
- "editor.tabSize": 2,
- "workbench.editor.untitled.hint": "hidden",
- "editor.codeActionsOnSave": null,
- "workbench.colorCustomizations": {
- "editorError.foreground": "#00000000",
- "editorWarning.foreground": "#00000000",
- "editorInfo.foreground": "#00000000"
- },
- "workbench.editorAssociations": {
- "*.ipynb": "jupyter-notebook"
- },
- "editor.wordWrap": "on",
- "diffEditor.wordWrap": "on",
- "notebook.cellToolbarLocation": {
- "default": "right",
- "jupyter-notebook": "left"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment