Remove now uneeded vscode configuration
[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
JB
6 "mochaExplorer.files": ["test/**/*Test.ts"],
7 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests"
2e6f5966 8}