ea3fba6b7c36097796fdf1d92310c1b1b11b97e5
[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", "Recurrency"]
9 }