X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.vscode%2Fsettings.json;h=ae8e287c0a59489a58465c2e34a55c559d8186dd;hb=8e392fb5890203f33678e0b7a4022c06d4e8da8d;hp=ed74f64355114623764c9244eff862e6eb635549;hpb=149f6c4b905b292d0f46f8e88a557c7a01ec0024;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index ed74f643..ae8e287c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,20 +3,39 @@ "source.fixAll": true }, "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"], + "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", - "CSMS", + "corepack", + "csms", + "doctorprof", + "emerg", + "emobility", + "evse", + "evses", + "flameprof", + "heapprofiler", "iccid", + "idtag", + "idtags", "imsi", "lcov", "logform", - "Measurand", - "Mikro", + "measurand", + "measurands", + "mikro", "mnemonist", "mochawesome", "ocpp", @@ -24,8 +43,17 @@ "poolifier", "preinstall", "Recurrency", + "RFID", "robohydra", + "shutdowning", "sonarlint", - "tsdoc" - ] + "SRPC", + "tsdoc", + "VCAP", + "webui" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }