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