Skip to content
Snippets Groups Projects
settings.json 1.39 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.formatOnPaste": true,
      "eslint.validate": [
        "javascript",
        "javascriptreact",
        {
          "language": "typescript",
          "autoFix": true
        },
        {
          "language": "typescriptreact",
          "autoFix": true
        }
      ],
    
      "gitlab.instanceUrl": "https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "gitlab.ignoreCertificateErrors": true,
      "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
      },
      "gitlab.showPipelineUpdateNotifications": true,
      "sonarlint.connectedMode.project": {
    
        "projectKey": "ecolyo"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      },
      "cSpell.words": [
        "CONSO",
        "Dataload",
        "MULTIFLUID",
        "Picto",
        "barchart",
        "elec",
        "luxon"
      ]
    }