build: silence spelling warnings
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
CommitLineData
2e6f5966
JB
1{
2 "editor.codeActionsOnSave": {
d5c6cfdd 3 "source.fixAll": "explicit"
5f60a7fd 4 },
18e46645 5 "cSpell.words": [
361c98f5 6 "backoff",
149f6c4b 7 "benoit",
0215fd14 8 "bubbleprof",
82e91d8f
JB
9 "bufferutil",
10 "cacheable",
d6fe8418 11 "CENTI",
f1abe9af 12 "choco",
18e46645 13 "commitlint",
a712de6f 14 "corepack",
d4371252 15 "csms",
d6fe8418 16 "DECI",
0215fd14 17 "doctorprof",
31b5738e 18 "emerg",
51022aa0 19 "emobility",
d6fe8418 20 "evlink",
2585c6e9
JB
21 "evse",
22 "evses",
0215fd14
JB
23 "flameprof",
24 "heapprofiler",
18e46645 25 "iccid",
c3da35d4 26 "idtag",
7b5dbe91 27 "idtags",
18e46645 28 "imsi",
d6fe8418 29 "keba",
82e91d8f 30 "lcov",
09efa771 31 "linebreak",
82e91d8f 32 "logform",
d4371252
JB
33 "measurand",
34 "measurands",
35 "mikro",
d6fe8418 36 "MILLI",
18e46645
JB
37 "mnemonist",
38 "ocpp",
d2c77754 39 "olivierbagot",
d6fe8418 40 "onconnection",
08164562 41 "outdir",
09efa771 42 "parens",
149f6c4b 43 "piment",
18e46645 44 "poolifier",
82e91d8f
JB
45 "preinstall",
46 "Recurrency",
5ced7e80 47 "RFID",
fca8bc64 48 "shutdowning",
149f6c4b 49 "sonarlint",
7d34a2f4 50 "SRPC",
064d000b 51 "tsdoc",
7671fa0b 52 "VCAP",
487f0dfd
JB
53 "webui",
54 "workerset"
65fe3d88
JB
55 ],
56 "sonarlint.connectedMode.project": {
57 "connectionId": "sap-1",
58 "projectKey": "e-mobility-charging-stations-simulator"
59 }
2e6f5966 60}