6099f4afc75f267f8d023cd6e52e372a05ebcfd7
[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": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier"]
9 }