Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "workbench.colorTheme": "Mayukai Semantic Mirage",
- "editor.fontLigatures": null,
- "editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace",
- "editor.fontWeight": "300",
- "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"
- },
- "scss.hover.documentation": false,
- "scss.hover.references": false
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement