4ad75e022d171a191dc6bbf5737df21298b001d7
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "testExplorer.useNativeTesting": true,
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
11 "mochaExplorer.files": ["test/**/*.test.ts"],
12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
13 "cSpell.words": [
14 "backoff",
15 "benoit",
16 "bubbleprof",
17 "bufferutil",
18 "cacheable",
19 "commitlint",
20 "corepack",
21 "csms",
22 "doctorprof",
23 "emerg",
24 "emobility",
25 "evse",
26 "evses",
27 "flameprof",
28 "heapprofiler",
29 "iccid",
30 "idtag",
31 "idtags",
32 "imsi",
33 "lcov",
34 "logform",
35 "measurand",
36 "measurands",
37 "mikro",
38 "mnemonist",
39 "mochawesome",
40 "ocpp",
41 "piment",
42 "poolifier",
43 "preinstall",
44 "Recurrency",
45 "RFID",
46 "robohydra",
47 "shutdowning",
48 "sonarlint",
49 "SRPC",
50 "tsdoc",
51 "VCAP",
52 "webui"
53 ],
54 "sonarlint.connectedMode.project": {
55 "connectionId": "sap-1",
56 "projectKey": "e-mobility-charging-stations-simulator"
57 }
58 }