See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| { | |
| // open json editor for settings | |
| // "workbench.settings.editor": "json", | |
| // Theme | |
| // "workbench.colorTheme": "Aura Dark", | |
| "workbench.colorTheme": "Everblush", | |
| // "workbench.iconTheme": "eq-material-theme-icons", | |
| "workbench.iconTheme": "bearded-icons", |
| // [ | |
| // { | |
| // "key": "alt+l", | |
| // "command": "livePreview.start.preview.atFile" | |
| // }, | |
| // { | |
| // "key": "alt+shift+l", | |
| // "command": "livePreview.end" | |
| // }, | |
| // { |
| { | |
| // open json editor for settings | |
| // "workbench.settings.editor": "json", | |
| // Theme | |
| "workbench.colorTheme": "Aura Dark", | |
| "workbench.iconTheme": "eq-material-theme-icons", | |
| // Change font | |
| "editor.fontFamily": "GeistMono Nerd Font", |