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