X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ae8e287c0a59489a58465c2e34a55c559d8186dd;hb=6a1268bb684d7020fd2e2ebaacb3e1f29bb02656;hp=eb3d18bbe9452ab8bcde30086aaa3631b92513c5;hpb=9a308e5f9b767da6d6102c03a30ae25f25d0a0f6;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3d18bb..ae8e287c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,59 @@ { "editor.codeActionsOnSave": { "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": [ + "backoff", + "benoit", + "bubbleprof", + "bufferutil", + "cacheable", + "choco", + "commitlint", + "corepack", + "csms", + "doctorprof", + "emerg", + "emobility", + "evse", + "evses", + "flameprof", + "heapprofiler", + "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" } }