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