X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=e-mobility-charging-stations-simulator.code-workspace;h=06cb8f27ee839a9b00f1d1f220bffd09ff05e559;hb=a6a928b1e16fbc3537298c225829e29bf8eea12f;hp=b99ab1deeece0eb6d4b5490fd45e6e972912f3c5;hpb=8f879946a2def1ccaa048a1793258127087e8285;p=e-mobility-charging-stations-simulator.git diff --git a/e-mobility-charging-stations-simulator.code-workspace b/e-mobility-charging-stations-simulator.code-workspace index b99ab1de..06cb8f27 100644 --- a/e-mobility-charging-stations-simulator.code-workspace +++ b/e-mobility-charging-stations-simulator.code-workspace @@ -4,7 +4,22 @@ "path": "." }, { - "path": "src/ui/web" + "path": "ui/web" + }, + { + "path": "tests/ocpp-server" } - ] + ], + "settings": { + "nodejs-testing.extensions": [ + { + "extensions": ["mjs", "cjs", "js"], + "parameters": [] + }, + { + "extensions": ["mts", "cts", "ts"], + "parameters": ["--import", "tsx"] + } + ] + } }