X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=9b0e7390f63f4e23a8a267e75eb1ebfb5a3fdfbe;hb=53b8a4fd3c9b2612ddecf5d7abd0715bbab94c64;hp=06f6d6a01589ead1eb583feac816464e2bc4d90d;hpb=3e985d188b320d1bc333fbcd9420ebb7c5e7040d;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 06f6d6a0..9b0e7390 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,51 @@ "source.fixAll": true }, "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"], - "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests" + "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": [ + "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" + } }