raf-handler
Version:
Use for centralize request animation frame
15 lines (14 loc) • 438 B
JSON
{
"workbench.colorCustomizations": {
"activityBar.background": "#f17c7c",
"activityBar.foreground": "#020202",
"activityBar.inactiveForeground": "#31313199",
"activityBarBadge.background": "#f8f4be",
"activityBarBadge.foreground": "#15202b"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"vscOrganizeImports.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}