X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=5763a01a433e60af5f55e415f89ab30710cfd69b;hpb=18e466451298371ea0a7fc18d1a6e16e5c61672b;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 5763a01a..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,20 +1,62 @@ { + "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, - "mochaExplorer.files": ["test/**/*Test.ts"], - "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", "cSpell.words": [ + "backoff", + "benoit", + "bubbleprof", + "bufferutil", + "cacheable", + "CENTI", + "choco", "commitlint", - "CSMS", + "corepack", + "csms", + "DECI", + "doctorprof", + "emerg", + "emobility", + "evlink", + "evse", + "evses", + "flameprof", + "heapprofiler", "iccid", + "idtag", + "idtags", "imsi", - "Measurand", - "Mikro", + "keba", + "lcov", + "linebreak", + "logform", + "measurand", + "measurands", + "mikro", + "MILLI", "mnemonist", "ocpp", + "olivierbagot", + "onconnection", + "outdir", + "parens", + "piment", "poolifier", - "Recurrency" + "preinstall", + "rambda", + "Recurrency", + "RFID", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" ] }