X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=1138aad3366d654b762c35af2dffe557ff2e08b0;hb=385c5e62929a2c113898706b8ec940840b7f6f4f;hp=b40f1546ca5f76ac286e9fd0101ada7567375a38;hpb=8114d10e3893e96bb725ce2fca9744429ee4b75b;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index b40f1546..1138aad3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,61 @@ { - "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll": 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" } }