X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ff191d38b4fd0832541cd2b7c388810c43386028;hb=7afb608e3832c308de65b517b81ba0cd01b24d1c;hp=5763a01a433e60af5f55e415f89ab30710cfd69b;hpb=18e466451298371ea0a7fc18d1a6e16e5c61672b;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 5763a01a..ff191d38 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,18 +3,36 @@ "source.fixAll": true }, "testExplorer.useNativeTesting": true, + "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", "CSMS", + "evse", + "evses", "iccid", "imsi", + "lcov", + "logform", "Measurand", "Mikro", "mnemonist", + "mochawesome", "ocpp", + "piment", "poolifier", - "Recurrency" + "preinstall", + "Recurrency", + "robohydra", + "sonarlint", + "tsdoc" ] }