test: switch to node.js test runner
[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,
18e46645 6 "cSpell.words": [
361c98f5 7 "backoff",
149f6c4b 8 "benoit",
0215fd14 9 "bubbleprof",
82e91d8f
JB
10 "bufferutil",
11 "cacheable",
f1abe9af 12 "choco",
18e46645 13 "commitlint",
a712de6f 14 "corepack",
d4371252 15 "csms",
0215fd14 16 "doctorprof",
31b5738e 17 "emerg",
51022aa0 18 "emobility",
2585c6e9
JB
19 "evse",
20 "evses",
0215fd14
JB
21 "flameprof",
22 "heapprofiler",
18e46645 23 "iccid",
c3da35d4 24 "idtag",
7b5dbe91 25 "idtags",
18e46645 26 "imsi",
82e91d8f 27 "lcov",
09efa771 28 "linebreak",
82e91d8f 29 "logform",
d4371252
JB
30 "measurand",
31 "measurands",
32 "mikro",
18e46645
JB
33 "mnemonist",
34 "ocpp",
d2c77754 35 "olivierbagot",
09efa771 36 "parens",
149f6c4b 37 "piment",
18e46645 38 "poolifier",
82e91d8f
JB
39 "preinstall",
40 "Recurrency",
5ced7e80 41 "RFID",
fca8bc64 42 "shutdowning",
149f6c4b 43 "sonarlint",
7d34a2f4 44 "SRPC",
064d000b 45 "tsdoc",
7671fa0b 46 "VCAP",
064d000b 47 "webui"
65fe3d88
JB
48 ],
49 "sonarlint.connectedMode.project": {
50 "connectionId": "sap-1",
51 "projectKey": "e-mobility-charging-stations-simulator"
52 }
2e6f5966 53}