X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=b2c6818a3095ec1ca6ac86aaeaf434533294dcc4;hb=98262391ccaa5d00fac1ec8a1707d7fbba33cc3a;hp=b40f1546ca5f76ac286e9fd0101ada7567375a38;hpb=8114d10e3893e96bb725ce2fca9744429ee4b75b;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index b40f1546..b2c6818a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,53 @@ { - "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll": true + }, + "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" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" } }