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