X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1138aad3366d654b762c35af2dffe557ff2e08b0;hb=d18fc1e3f7c1c8490a1c328890d03d83218dec64;hp=f522dcb8748b84bd46f0cc05843901c8281beb27;hpb=5f60a7fd5ff43e25d148d9be1ec999f13eac5a83;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index f522dcb8..1138aad3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,61 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, - "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"] + "cSpell.words": [ + "backoff", + "benoit", + "bubbleprof", + "bufferutil", + "cacheable", + "CENTI", + "choco", + "commitlint", + "corepack", + "csms", + "DECI", + "doctorprof", + "emerg", + "emobility", + "evlink", + "evse", + "evses", + "flameprof", + "heapprofiler", + "iccid", + "idtag", + "idtags", + "imsi", + "keba", + "lcov", + "linebreak", + "logform", + "measurand", + "measurands", + "mikro", + "MILLI", + "mnemonist", + "ocpp", + "olivierbagot", + "onconnection", + "outdir", + "parens", + "piment", + "poolifier", + "preinstall", + "rambda", + "Recurrency", + "RFID", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }