f522dcb8748b84bd46f0cc05843901c8281beb27
[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 }