build: silence wrong spelling report
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
CommitLineData
2e6f5966
JB
1{
2 "editor.codeActionsOnSave": {
8114d10e 3 "source.fixAll": true
5f60a7fd
JB
4 },
5 "testExplorer.useNativeTesting": true,
3e985d18 6 "mochaExplorer.files": ["test/**/*Test.ts"],
ba516f9c 7 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
63a402d3 8 "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"]
2e6f5966 9}