|
| 1 | +{ |
| 2 | + "window.zoomLevel": 2, |
| 3 | + "workbench.startupEditor": "none", |
| 4 | + "workbench.editorAssociations": { |
| 5 | + "*.ipynb": "jupyter.notebook.ipynb" |
| 6 | + }, |
| 7 | + "breadcrumbs.enabled": false, |
| 8 | + "editor.minimap.enabled": false, |
| 9 | + "workbench.statusBar.visible": false, |
| 10 | + "workbench.activityBar.visible": false, |
| 11 | + "editor.scrollbar.horizontal": "hidden", |
| 12 | + "editor.scrollbar.vertical": "hidden", |
| 13 | + "editor.scrollbar.verticalScrollbarSize": 0, |
| 14 | + "editor.cursorBlinking": "solid", |
| 15 | + "editor.fontSize": 24, |
| 16 | + "terminal.integrated.fontSize": 24, |
| 17 | + "problems.decorations.enabled": false, |
| 18 | + "problems.autoReveal": false, |
| 19 | + "outline.problems.enabled": false, |
| 20 | + "outline.problems.colors": false, |
| 21 | + "outline.problems.badges": false, |
| 22 | + "editor.folding": false, |
| 23 | + "editor.glyphMargin": false, |
| 24 | + "editor.lineDecorationsWidth": 5, |
| 25 | + "editor.quickSuggestions": { |
| 26 | + "other": false, |
| 27 | + "comments": false, |
| 28 | + "strings": false |
| 29 | + }, |
| 30 | + "editor.inlineSuggest.enabled": false, |
| 31 | + "window.commandCenter": false, |
| 32 | + "workbench.layoutControl.enabled": false |
| 33 | +} |
0 commit comments