Last active
July 12, 2022 22:58
-
-
Save tqaw19/e718e661b7343b2b3513e854117114cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Community Material Theme Darker High Contrast", | |
"workbench.editor.enablePreview": false, | |
"editor.formatOnSave": true, | |
// "editor.fontFamily": "DaddyTimeMono Nerd Font", | |
"editor.fontFamily": "JetBrainsMono NF", | |
// "editor.fontFamily": "ShureTechMono NF", | |
"editor.fontSize": 14, | |
// "editor.fontWeight": 400, | |
"editor.fontLigatures": true, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": "comment", | |
"settings": { | |
"fontStyle": "italic", | |
"foreground": "#6bddb7" | |
} | |
} | |
] | |
}, | |
"terminal.integrated.fontSize": 12, | |
"terminal.integrated.fontFamily": "'MesloLGS NF', monospace", | |
"launch": { | |
"configurations": [], | |
"compounds": [] | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.bracketPairColorization.enabled": true, | |
"editor.smoothScrolling": true, | |
"workbench.list.smoothScrolling": true, | |
"gitlens.hovers.currentLine.over": "line" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2022 and still working for me!!