X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ff191d38b4fd0832541cd2b7c388810c43386028;hb=7afb608e3832c308de65b517b81ba0cd01b24d1c;hp=246e9c6e8977ee78076dd57b3b052f8b2c1a02a4;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 246e9c6e..ff191d38 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,38 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true - } + "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", + "preinstall", + "Recurrency", + "robohydra", + "sonarlint", + "tsdoc" + ] }