X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.vscode%2Fsettings.json;h=668705a1cc28a3dab6826506ac2e3ec92fe023e6;hb=fac8866f9d09e5621d41337fb5f53adba1cfc0e7;hp=ea3fba6b7c36097796fdf1d92310c1b1b11b97e5;hpb=63a402d3bbdc7ab6e997ed6eab164e9ff4af371a;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index ea3fba6b..668705a1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,52 @@ "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": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"] + "cSpell.words": [ + "backoff", + "benoit", + "bufferutil", + "cacheable", + "commitlint", + "corepack", + "csms", + "emerg", + "emobility", + "evse", + "evses", + "iccid", + "idtag", + "idtags", + "imsi", + "lcov", + "logform", + "measurand", + "measurands", + "mikro", + "mnemonist", + "mochawesome", + "ocpp", + "piment", + "poolifier", + "preinstall", + "Recurrency", + "RFID", + "robohydra", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }