Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"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",
"gitlab.ignoreCertificateErrors": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"gitlab.showPipelineUpdateNotifications": true,
"sonarlint.connectedMode.project": {
"projectKey": "llle"
},
"cSpell.words": [
"CONSO",
"Dataload",
"MULTIFLUID",
"Picto",
"barchart",
"elec",
"luxon"
]
}