Spaces:
Sleeping
Sleeping
| { | |
| "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}" | |
| } | |
| } | |