ae8e287c0a59489a58465c2e34a55c559d8186dd
[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 "choco",
20 "commitlint",
21 "corepack",
22 "csms",
23 "doctorprof",
24 "emerg",
25 "emobility",
26 "evse",
27 "evses",
28 "flameprof",
29 "heapprofiler",
30 "iccid",
31 "idtag",
32 "idtags",
33 "imsi",
34 "lcov",
35 "logform",
36 "measurand",
37 "measurands",
38 "mikro",
39 "mnemonist",
40 "mochawesome",
41 "ocpp",
42 "piment",
43 "poolifier",
44 "preinstall",
45 "Recurrency",
46 "RFID",
47 "robohydra",
48 "shutdowning",
49 "sonarlint",
50 "SRPC",
51 "tsdoc",
52 "VCAP",
53 "webui"
54 ],
55 "sonarlint.connectedMode.project": {
56 "connectionId": "sap-1",
57 "projectKey": "e-mobility-charging-stations-simulator"
58 }
59 }