X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=487234cb3c6778e0691cd2dde03bc228725202b7;hb=be9f397bd55b221c24bacb110a64c21f012f36ab;hp=6099f4afc75f267f8d023cd6e52e372a05ebcfd7;hpb=ba516f9cbce4070d1b5eda82a2cd48b82a67c500;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 6099f4af..487234cb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,54 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, - "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"], - "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", - "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier"] + "cSpell.words": [ + "backoff", + "benoit", + "bubbleprof", + "bufferutil", + "cacheable", + "choco", + "commitlint", + "corepack", + "csms", + "doctorprof", + "emerg", + "emobility", + "evse", + "evses", + "flameprof", + "heapprofiler", + "iccid", + "idtag", + "idtags", + "imsi", + "lcov", + "linebreak", + "logform", + "measurand", + "measurands", + "mikro", + "mnemonist", + "ocpp", + "olivierbagot", + "outdir", + "parens", + "piment", + "poolifier", + "preinstall", + "Recurrency", + "RFID", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }