build: silence spelling warnings
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": "explicit"
4 },
5 "cSpell.words": [
6 "backoff",
7 "benoit",
8 "bubbleprof",
9 "bufferutil",
10 "cacheable",
11 "CENTI",
12 "choco",
13 "commitlint",
14 "corepack",
15 "csms",
16 "DECI",
17 "doctorprof",
18 "emerg",
19 "emobility",
20 "evlink",
21 "evse",
22 "evses",
23 "flameprof",
24 "heapprofiler",
25 "iccid",
26 "idtag",
27 "idtags",
28 "imsi",
29 "keba",
30 "lcov",
31 "linebreak",
32 "logform",
33 "measurand",
34 "measurands",
35 "mikro",
36 "MILLI",
37 "mnemonist",
38 "ocpp",
39 "olivierbagot",
40 "onconnection",
41 "outdir",
42 "parens",
43 "piment",
44 "poolifier",
45 "preinstall",
46 "Recurrency",
47 "RFID",
48 "shutdowning",
49 "sonarlint",
50 "SRPC",
51 "tsdoc",
52 "VCAP",
53 "webui",
54 "workerset"
55 ],
56 "sonarlint.connectedMode.project": {
57 "connectionId": "sap-1",
58 "projectKey": "e-mobility-charging-stations-simulator"
59 }
60 }