Skip to content
Snippets Groups Projects
settings.json 1.36 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
Bastien DUMONT's avatar
Bastien DUMONT committed
  "workbench.colorCustomizations": {
    "activityBar.activeBackground": "#b299e5",
    "activityBar.activeBorder": "#f9ece6",
    "activityBar.background": "#b299e5",
    "activityBar.foreground": "#15202b",
    "activityBar.inactiveForeground": "#15202b99",
    "activityBarBadge.background": "#f9ece6",
    "activityBarBadge.foreground": "#15202b",
    "statusBar.background": "#9370db",
    "statusBar.foreground": "#15202b",
    "statusBarItem.hoverBackground": "#7447d1",
    "titleBar.activeBackground": "#9370db",
    "titleBar.activeForeground": "#15202b",
    "titleBar.inactiveBackground": "#9370db99",
    "titleBar.inactiveForeground": "#15202b99"
  },
  "peacock.color": "#9370DB",
  "javascript.format.enable": false,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": ["typescript"],
  "[html]": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "editor.defaultFormatter": "esbenp.prettier-vscode"
Bastien DUMONT's avatar
Bastien DUMONT committed
  },
  "[javascript]": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "editor.defaultFormatter": "esbenp.prettier-vscode"
Bastien DUMONT's avatar
Bastien DUMONT committed
  },
  "[json]": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "editor.defaultFormatter": "esbenp.prettier-vscode"
Bastien DUMONT's avatar
Bastien DUMONT committed
  },
  "[scss]": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "editor.defaultFormatter": "esbenp.prettier-vscode"
Bastien DUMONT's avatar
Bastien DUMONT committed
  },
  "[typescript]": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "editor.defaultFormatter": "esbenp.prettier-vscode"
Bastien DUMONT's avatar
Bastien DUMONT committed
  },
  "editor.formatOnSave": true,
  "typescript.preferences.importModuleSpecifier": "relative",
  "cSpell.words": ["aptic", "cnfs", "grandlyon", "nestjs", "photonban"]
}