Add UTs debugging configuration
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index f522dcb8748b84bd46f0cc05843901c8281beb27..06f6d6a01589ead1eb583feac816464e2bc4d90d 100644 (file)
@@ -3,5 +3,6 @@
     "source.fixAll": true
   },
   "testExplorer.useNativeTesting": true,
-  "mochaExplorer.files": ["test/**/*Test.ts"]
+  "mochaExplorer.files": ["test/**/*Test.ts"],
+  "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests"
 }