Skip to content
Snippets Groups Projects
settings.json 2 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    {
      "peacock.color": "#6495ED",
      "workbench.colorCustomizations": {
        "activityBar.background": "#92b4f2",
        "activityBar.activeBorder": "#e41b62",
        "activityBar.foreground": "#15202b",
        "activityBar.inactiveForeground": "#15202b99",
        "activityBarBadge.background": "#e41b62",
        "activityBarBadge.foreground": "#e7e7e7",
        "titleBar.activeBackground": "#6495ed",
        "titleBar.inactiveBackground": "#6495ed99",
        "titleBar.activeForeground": "#15202b",
        "titleBar.inactiveForeground": "#15202b99",
        "statusBar.background": "#6495ed",
        "statusBarItem.hoverBackground": "#3676e8",
        "statusBar.foreground": "#15202b"
      },
      "editor.tabSize": 2,
      "editor.defaultFormatter": "esbenp.prettier-vscode",
    
      "editor.formatOnSave": true,
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "eslint.validate": [
        "javascript",
        "javascriptreact",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        "typescriptreact"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      ],
    
      "gitlab.instanceUrl": "https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "gitlab.ignoreCertificateErrors": true,
      "editor.codeActionsOnSave": {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        "source.fixAll.eslint": true,
        "source.fixAll": true,
        "source.organizeImports": true
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      },
      "gitlab.showPipelineUpdateNotifications": true,
      "sonarlint.connectedMode.project": {
    
        "projectKey": "ecolyo"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      },
    
      "cSpell.language": "fr,en",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "cSpell.words": [
    
        "backoffice",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "CONSO",
    
        "cozycloud",
        "dacc",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "Dataload",
    
        "Dataloads",
        "defi",
        "depense",
        "doctypes",
        "ecogesture",
        "Ecogesture",
        "ecogestures",
        "ecolyo",
        "Ecolyo",
        "eglgrandlyon",
        "elec",
        "enedis",
        "Enedis",
        "ENEDIS",
        "enedissgegrandlyon",
        "fluidchart",
        "fluidchartslide",
        "fluidtype",
        "Gazpar",
        "grandlyon",
    
        "GRDF",
        "grdfgrandlyon",
        "Konnected",
        "konnector",
    
        "konnectors",
    
        "luxon",
        "matomo",
        "Matomo",
        "MEGAUNIT",
        "monthlyanalysis",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "MULTIFLUID",
        "Picto",
    
        "PROFILETYPE",
        "Reinit",
    
        "splashscreen",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      ]
    }