X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=e-mobility-charging-stations-simulator.code-workspace;h=06cb8f27ee839a9b00f1d1f220bffd09ff05e559;hb=a6a928b1e16fbc3537298c225829e29bf8eea12f;hp=e4e47261dc6b1b7ecc9ea3f32a979584bfd53a4b;hpb=d7b8ea8982feff943a0deceb888cdfc10fc48587;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 e4e47261..06cb8f27 100644 --- a/e-mobility-charging-stations-simulator.code-workspace +++ b/e-mobility-charging-stations-simulator.code-workspace @@ -4,18 +4,22 @@ "path": "." }, { - "path": "src/ui/web" + "path": "ui/web" + }, + { + "path": "tests/ocpp-server" } ], - "extensions": { - "recommendations": [ - "sonarsource.sonarlint-vscode" - ] - }, "settings": { - "sonarlint.connectedMode.project": { - "connectionId": "sonar-tools-sap", - "projectKey": "e-mobility-cpo" - } + "nodejs-testing.extensions": [ + { + "extensions": ["mjs", "cjs", "js"], + "parameters": [] + }, + { + "extensions": ["mts", "cts", "ts"], + "parameters": ["--import", "tsx"] + } + ] } }