X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=4ad75e022d171a191dc6bbf5737df21298b001d7;hb=f39ae767c322dc874ced95d72e7551c846322280;hp=5763a01a433e60af5f55e415f89ab30710cfd69b;hpb=18e466451298371ea0a7fc18d1a6e16e5c61672b;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 5763a01a..4ad75e02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,18 +3,56 @@ "source.fixAll": true }, "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"], + "mochaExplorer.nodeArgv": [ + "--loader=ts-node/esm", + "--no-warnings=ExperimentalWarning", + "--experimental-specifier-resolution=node" + ], + "mochaExplorer.files": ["test/**/*.test.ts"], "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", "cSpell.words": [ + "backoff", + "benoit", + "bubbleprof", + "bufferutil", + "cacheable", "commitlint", - "CSMS", + "corepack", + "csms", + "doctorprof", + "emerg", + "emobility", + "evse", + "evses", + "flameprof", + "heapprofiler", "iccid", + "idtag", + "idtags", "imsi", - "Measurand", - "Mikro", + "lcov", + "logform", + "measurand", + "measurands", + "mikro", "mnemonist", + "mochawesome", "ocpp", + "piment", "poolifier", - "Recurrency" - ] + "preinstall", + "Recurrency", + "RFID", + "robohydra", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }