X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=c4fe66830fa6abe0b438ef12dd722c7cad9e5701;hpb=6c43b4416a202dd8f4cd62a3d141182fcf18e0e5;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index c4fe6683..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,21 +1,28 @@ { + "deno.enable": false, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" + }, + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" }, - "testExplorer.useNativeTesting": true, "cSpell.words": [ "backoff", "benoit", "bubbleprof", "bufferutil", "cacheable", + "CENTI", "choco", "commitlint", "corepack", "csms", + "DECI", "doctorprof", "emerg", "emobility", + "evlink", "evse", "evses", "flameprof", @@ -24,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", @@ -44,10 +56,7 @@ "SRPC", "tsdoc", "VCAP", - "webui" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator" - } + "webui", + "workerset" + ] }