|
1 | 1 | { |
2 | | - "editor.fontFamily": "'MesloLGS NF', Menlo, Monaco, 'Courier New', monospace", |
3 | | - "editor.quickSuggestions": true, |
| 2 | + "editor.insertSpaces": false, |
| 3 | + "editor.quickSuggestions": { |
| 4 | + "comments": "on", |
| 5 | + "strings": "on", |
| 6 | + "other": "on" |
| 7 | + }, |
4 | 8 | "files.autoSave": "onFocusChange", |
5 | 9 | "files.exclude": { |
6 | 10 | "**/.git": true, |
|
22 | 26 | "**/node_modules/**": true, |
23 | 27 | "**/tmp/**": true |
24 | 28 | }, |
25 | | - "material-icon-theme.showReloadMessage": false, |
26 | | - "material-icon-theme.showUpdateMessage": false, |
27 | | - "material-icon-theme.showWelcomeMessage": false, |
28 | | - "materialTheme.accent": "Teal", |
29 | 29 | "shellcheck.enableQuickFix": true, |
30 | 30 | "telemetry.enableTelemetry": false, |
31 | 31 | "terminal.integrated.cursorBlinking": true, |
32 | 32 | "terminal.integrated.cursorStyle": "line", |
33 | 33 | "terminal.integrated.gpuAcceleration": "canvas", |
34 | | - "terminal.integrated.shell.linux": "/bin/zsh", |
35 | | - "workbench.colorTheme": "Material Theme Darker High Contrast", |
36 | | - "workbench.iconTheme": "material-icon-theme" |
| 34 | + "workbench.colorTheme": "Catppuccin Mocha", |
| 35 | + "workbench.iconTheme": "catppuccin-mocha" |
37 | 36 | } |
0 commit comments