X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=af16af81e53f2593f1ca0a14fb3a27da14890fae;hb=1253d60cd246f968e985f6f067204a130b384b72;hp=eb3d18bbe9452ab8bcde30086aaa3631b92513c5;hpb=9a308e5f9b767da6d6102c03a30ae25f25d0a0f6;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3d18bb..af16af81 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,60 @@ { "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", + "Recurrency", + "RFID", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" } }