X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1138aad3366d654b762c35af2dffe557ff2e08b0;hb=d18fc1e3f7c1c8490a1c328890d03d83218dec64;hp=246e9c6e8977ee78076dd57b3b052f8b2c1a02a4;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 246e9c6e..1138aad3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,61 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll": "explicit" + }, + "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" } }