X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=487234cb3c6778e0691cd2dde03bc228725202b7;hpb=d5c6cfdd6597dbb2c1ab57c23364e910b32a8c50;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 487234cb..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,28 @@ { + "deno.enable": false, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + }, "cSpell.words": [ "backoff", "benoit", "bubbleprof", "bufferutil", "cacheable", + "CENTI", "choco", "commitlint", "corepack", "csms", + "DECI", "doctorprof", "emerg", "emobility", + "evlink", "evse", "evses", "flameprof", @@ -23,20 +31,24 @@ "idtag", "idtags", "imsi", + "keba", "lcov", "linebreak", "logform", "measurand", "measurands", "mikro", + "MILLI", "mnemonist", "ocpp", "olivierbagot", + "onconnection", "outdir", "parens", "piment", "poolifier", "preinstall", + "rambda", "Recurrency", "RFID", "shutdowning", @@ -46,9 +58,5 @@ "VCAP", "webui", "workerset" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator" - } + ] }