ed74f64355114623764c9244eff862e6eb635549
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "testExplorer.useNativeTesting": true,
6 "mochaExplorer.files": ["test/**/*Test.ts"],
7 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
8 "cSpell.words": [
9 "benoit",
10 "bufferutil",
11 "cacheable",
12 "commitlint",
13 "CSMS",
14 "iccid",
15 "imsi",
16 "lcov",
17 "logform",
18 "Measurand",
19 "Mikro",
20 "mnemonist",
21 "mochawesome",
22 "ocpp",
23 "piment",
24 "poolifier",
25 "preinstall",
26 "Recurrency",
27 "robohydra",
28 "sonarlint",
29 "tsdoc"
30 ]
31 }