File size: 1,299 Bytes
9c28501
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
{
    "workbench.colorTheme": "Default Dark Modern",
    "workbench.iconTheme": "material-icon-theme",
    "workbench.startupEditor": "none",
    "terminal.integrated.defaultProfile.linux": "bash",
    "terminal.integrated.profiles.linux": {
        "bash": {
            "path": "/bin/bash",
            "args": ["-l"],
            "icon": "terminal-bash"
        }
    },
    "terminal.integrated.fontSize": 14,
    "terminal.integrated.fontFamily": "JetBrains Mono, Fira Code, monospace",
    "terminal.integrated.cursorStyle": "line",
    "terminal.integrated.scrollback": 10000,
    "editor.fontSize": 14,
    "editor.fontFamily": "JetBrains Mono, Fira Code, monospace",
    "editor.tabSize": 2,
    "editor.formatOnSave": true,
    "editor.minimap.enabled": false,
    "editor.bracketPairColorization.enabled": true,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 1000,
    "telemetry.telemetryLevel": "off",
    "extensions.autoUpdate": false,
    "extensions.showRecommendationsOnlyOnDemand": true,
    "workbench.tips.enabled": false,
    "workbench.notifications.visibility": "error",
    "update.mode": "none",
    "git.autofetch": true,
    "git.enableSmartCommit": true,
    "terminal.integrated.env.linux": {
        "PATH": "/opt/hermes/.venv/bin:${env:PATH}"
    }
}