build(deps): apply updates
[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",
0215fd14 16 "bubbleprof",
82e91d8f
JB
17 "bufferutil",
18 "cacheable",
18e46645 19 "commitlint",
a712de6f 20 "corepack",
d4371252 21 "csms",
0215fd14 22 "doctorprof",
31b5738e 23 "emerg",
51022aa0 24 "emobility",
2585c6e9
JB
25 "evse",
26 "evses",
0215fd14
JB
27 "flameprof",
28 "heapprofiler",
18e46645 29 "iccid",
c3da35d4 30 "idtag",
7b5dbe91 31 "idtags",
18e46645 32 "imsi",
82e91d8f
JB
33 "lcov",
34 "logform",
d4371252
JB
35 "measurand",
36 "measurands",
37 "mikro",
18e46645 38 "mnemonist",
82e91d8f 39 "mochawesome",
18e46645 40 "ocpp",
149f6c4b 41 "piment",
18e46645 42 "poolifier",
82e91d8f
JB
43 "preinstall",
44 "Recurrency",
5ced7e80 45 "RFID",
82e91d8f 46 "robohydra",
fca8bc64 47 "shutdowning",
149f6c4b 48 "sonarlint",
7d34a2f4 49 "SRPC",
064d000b 50 "tsdoc",
7671fa0b 51 "VCAP",
064d000b 52 "webui"
65fe3d88
JB
53 ],
54 "sonarlint.connectedMode.project": {
55 "connectionId": "sap-1",
56 "projectKey": "e-mobility-charging-stations-simulator"
57 }
2e6f5966 58}