Skip to content
Snippets Groups Projects
settings.json 1.15 KiB
Newer Older
  • Learn to ignore specific revisions
  •   "workbench.colorCustomizations": {
        "activityBar.background": "#37cc4e",
        "activityBar.activeBorder": "#7867d8",
        "activityBar.foreground": "#15202b",
        "activityBar.inactiveForeground": "#15202b99",
        "activityBarBadge.background": "#7867d8",
        "activityBarBadge.foreground": "#e7e7e7",
        "titleBar.activeBackground": "#2aa63d",
        "titleBar.inactiveBackground": "#2aa63d99",
        "titleBar.activeForeground": "#e7e7e7",
        "titleBar.inactiveForeground": "#e7e7e799",
        "statusBar.background": "#2aa63d",
        "statusBarItem.hoverBackground": "#37cc4e",
        "statusBar.foreground": "#e7e7e7",
        "activityBar.activeBackground": "#37cc4e",
        "sash.hoverBorder": "#37cc4e",
        "statusBarItem.remoteBackground": "#2aa63d",
        "statusBarItem.remoteForeground": "#e7e7e7"
      },
    
      "editor.formatOnSave": true,
      "eslint.format.enable": true,
      "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
      },
    
      "editor.defaultFormatter": "esbenp.prettier-vscode",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      "peacock.color": "#2aa63d",
      "sonarlint.connectedMode.project": {
        "connectionId": "sonarqube-forge-grandlyon",
        "projectKey": "web-et-numerique-llle-project-backoffice-client"
      }