build: refine vscode configuration
[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 "olivierbagot",
43 "piment",
44 "poolifier",
45 "preinstall",
46 "Recurrency",
47 "RFID",
48 "robohydra",
49 "shutdowning",
50 "sonarlint",
51 "SRPC",
52 "tsdoc",
53 "VCAP",
54 "webui"
55 ],
56 "sonarlint.connectedMode.project": {
57 "connectionId": "sap-1",
58 "projectKey": "e-mobility-charging-stations-simulator"
59 }
60 }