-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
28 lines (28 loc) · 777 Bytes
/
settings.json
File metadata and controls
28 lines (28 loc) · 777 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
{
"workbench.activityBar.visible": true,
"workbench.statusBar.visible": false,
"window.zoomLevel": -1,
"editor.fontSize": 18,
"workbench.startupEditor": "newUntitledFile",
"workbench.sideBar.location": "left",
"materialTheme.fixIconsRunning": false,
"editor.minimap.enabled": false,
"editor.fontFamily": "Terminus",
"workbench.colorTheme": "Blink Contrast (rainglow)",
"breadcrumbs.enabled": true,
"workbench.editor.showTabs": false,
"editor.fontLigatures": true,
"todo-tree.defaultHighlight": {
"foreground": "green",
"type": "none"
},
"todo-tree.customHighlight": {
"TODO": {},
"FIXME": {}
},
"todo-tree.tags": [
"TODO",
"FIXME",
"teste"
],
}