-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path20181209_vscode_settings.json
More file actions
35 lines (30 loc) · 1.06 KB
/
20181209_vscode_settings.json
File metadata and controls
35 lines (30 loc) · 1.06 KB
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
34
35
{
"workbench.colorTheme": "Better Solarized Dark",
// shrinks the entire UI and fonts
"window.zoomLevel": -1,
// sets the font size to a readable font
"editor.fontSize": 13,
// Enable/Disable ActiveFileInStatusBar
"ActiveFileInStatusBar.enable": true,
// Show fullpath or relative path in status bar.
"ActiveFileInStatusBar.fullpath": true,
// Reveal the active file in the file system.
"ActiveFileInStatusBar.revealFile": true,
// "ActiveFileInStatusBar.color": "grey",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"terminal.integrated.fontFamily": "Droid Sans Mono Awesome",
"editor.fontLigatures": true,
"editor.cursorStyle": "block",
"editor.rulers": [
79, 119
],
"search.location": "panel",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"materialTheme.autoApplyIcons": false,
"terminal.integrated.rendererType": "dom",
"materialTheme.fixIconsRunning": false,
"python.jediEnabled": false,
}