X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=1c818bd3b021c8e660d64f9054e02d06424a3c59;hp=124180f5fe4e721eb00b04599ee5e4f0658156d1;hpb=487f0dfd58d97d4755718793e313f02aaddb1a6d;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 124180f5..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,11 @@ { + "deno.enable": false, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" + }, + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" }, "cSpell.words": [ "backoff", @@ -8,13 +13,16 @@ "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" - } + ] }