X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=06f6d6a01589ead1eb583feac816464e2bc4d90d;hb=69bafbedae4dd101f6bf1a40091cecdb831a64b9;hp=f522dcb8748b84bd46f0cc05843901c8281beb27;hpb=5f60a7fd5ff43e25d148d9be1ec999f13eac5a83;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index f522dcb8..06f6d6a0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" }