{
  "workbench.colorCustomizations": {
    "titleBar.activeForeground": "#434551",
    "titleBar.inactiveForeground": "#ffffffcc",
    "titleBar.activeBackground": "#c6c2e1",
    "titleBar.inactiveBackground": "#2c2c33cc"
  },
  "[javascript]": {
    "editor.formatOnSave": true
  },
  "[javascriptreact]": {
    "editor.formatOnSave": true
  },
  "css.validate": false,
  "editor.formatOnSave": true,
  "editor.tabSize": 2,
  "editor.codeActionsOnSave": {
    "source.fixAll": true
  },
  "typescript.preferences.importModuleSpecifier": "non-relative"
}
