X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=9b2b345bde0992d51a8df02ba7d9a9b00826e512;hp=3768a728b4de18b4acc3baf57c675c5e154d6bd0;hpb=994a64a3d213821b2384ef2df74c2c8e4eeab098;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 3768a728..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,19 +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", @@ -43,10 +56,7 @@ "SRPC", "tsdoc", "VCAP", - "webui" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator" - } + "webui", + "workerset" + ] }