test(simulator): recommend and setup extension for node.js test runner
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": [
6 "backoff",
7 "benoit",
8 "bubbleprof",
9 "bufferutil",
10 "cacheable",
11 "choco",
12 "commitlint",
13 "corepack",
14 "csms",
15 "doctorprof",
16 "emerg",
17 "emobility",
18 "evse",
19 "evses",
20 "flameprof",
21 "heapprofiler",
22 "iccid",
23 "idtag",
24 "idtags",
25 "imsi",
26 "lcov",
27 "linebreak",
28 "logform",
29 "measurand",
30 "measurands",
31 "mikro",
32 "mnemonist",
33 "ocpp",
34 "olivierbagot",
35 "parens",
36 "piment",
37 "poolifier",
38 "preinstall",
39 "Recurrency",
40 "RFID",
41 "shutdowning",
42 "sonarlint",
43 "SRPC",
44 "tsdoc",
45 "VCAP",
46 "webui"
47 ],
48 "sonarlint.connectedMode.project": {
49 "connectionId": "sap-1",
50 "projectKey": "e-mobility-charging-stations-simulator"
51 }
52 }