X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=47a0799f031eb80b48e03dbc8107012e7780044d;hb=bf4afa568a47cf088c01725737aecb4be7df40b2;hp=eb3d18bbe9452ab8bcde30086aaa3631b92513c5;hpb=9a308e5f9b767da6d6102c03a30ae25f25d0a0f6;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3d18bb..47a0799f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,49 @@ { "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": [ + "benoit", + "bufferutil", + "cacheable", + "commitlint", + "csms", + "emobility", + "evse", + "evses", + "iccid", + "idtag", + "idtags", + "imsi", + "lcov", + "logform", + "measurand", + "measurands", + "mikro", + "mnemonist", + "mochawesome", + "ocpp", + "piment", + "poolifier", + "preinstall", + "Recurrency", + "robohydra", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" } }