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