X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=af16af81e53f2593f1ca0a14fb3a27da14890fae;hb=95c7658e8abe58395d1cd80be8e36c8cfa9aaec0;hp=c3f6a9320129e8391fe9f4f04918b70b02bf81f9;hpb=0dbbeba120463bf4d89a3b8c6707a49eb40f0deb;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index c3f6a932..af16af81 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,36 +1,60 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, - "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", + "CENTI", + "choco", "commitlint", - "CSMS", + "corepack", + "csms", + "DECI", + "doctorprof", + "emerg", + "emobility", + "evlink", + "evse", + "evses", + "flameprof", + "heapprofiler", "iccid", + "idtag", + "idtags", "imsi", + "keba", "lcov", + "linebreak", "logform", - "Measurand", - "Mikro", + "measurand", + "measurands", + "mikro", + "MILLI", "mnemonist", - "mochawesome", "ocpp", + "olivierbagot", + "onconnection", + "outdir", + "parens", "piment", "poolifier", "preinstall", "Recurrency", - "robohydra", + "RFID", + "shutdowning", "sonarlint", - "tsdoc" - ] + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }