Skip to content

Instantly share code, notes, and snippets.

@tqaw19
Last active July 12, 2022 22:58
Show Gist options
  • Save tqaw19/e718e661b7343b2b3513e854117114cb to your computer and use it in GitHub Desktop.
Save tqaw19/e718e661b7343b2b3513e854117114cb to your computer and use it in GitHub Desktop.
{
"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"
}
@tqaw19
Copy link
Author

tqaw19 commented Jul 12, 2022

2022 and still working for me!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment