-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Expand file tree
/
Copy pathsettings.json
More file actions
33 lines (33 loc) · 1019 Bytes
/
settings.json
File metadata and controls
33 lines (33 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"window.zoomLevel": 2,
"workbench.startupEditor": "none",
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.verticalScrollbarSize": 0,
"editor.cursorBlinking": "solid",
"editor.fontSize": 24,
"terminal.integrated.fontSize": 24,
"problems.decorations.enabled": false,
"problems.autoReveal": false,
"outline.problems.enabled": false,
"outline.problems.colors": false,
"outline.problems.badges": false,
"editor.folding": false,
"editor.glyphMargin": false,
"editor.lineDecorationsWidth": 5,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.inlineSuggest.enabled": false,
"window.commandCenter": false,
"workbench.layoutControl.enabled": false
}