docs: improve code documentation
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
CommitLineData
2e6f5966
JB
1{
2 "editor.codeActionsOnSave": {
8114d10e 3 "source.fixAll": true
5f60a7fd
JB
4 },
5 "testExplorer.useNativeTesting": true,
0dbbeba1
JB
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
d4ad9d45 11 "mochaExplorer.files": ["test/**/*.test.ts"],
ba516f9c 12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
18e46645 13 "cSpell.words": [
361c98f5 14 "backoff",
149f6c4b 15 "benoit",
82e91d8f
JB
16 "bufferutil",
17 "cacheable",
18e46645 18 "commitlint",
a712de6f 19 "corepack",
d4371252 20 "csms",
31b5738e 21 "emerg",
51022aa0 22 "emobility",
2585c6e9
JB
23 "evse",
24 "evses",
18e46645 25 "iccid",
c3da35d4 26 "idtag",
7b5dbe91 27 "idtags",
18e46645 28 "imsi",
82e91d8f
JB
29 "lcov",
30 "logform",
d4371252
JB
31 "measurand",
32 "measurands",
33 "mikro",
18e46645 34 "mnemonist",
82e91d8f 35 "mochawesome",
18e46645 36 "ocpp",
149f6c4b 37 "piment",
18e46645 38 "poolifier",
82e91d8f
JB
39 "preinstall",
40 "Recurrency",
5ced7e80 41 "RFID",
82e91d8f 42 "robohydra",
fca8bc64 43 "shutdowning",
149f6c4b 44 "sonarlint",
7d34a2f4 45 "SRPC",
064d000b 46 "tsdoc",
7671fa0b 47 "VCAP",
064d000b 48 "webui"
65fe3d88
JB
49 ],
50 "sonarlint.connectedMode.project": {
51 "connectionId": "sap-1",
52 "projectKey": "e-mobility-charging-stations-simulator"
53 }
2e6f5966 54}