X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=9e0c4c61b55a09ad6b5b7f2aa6e28de9ca4461f9;hpb=82e91d8fddf8447513163ce2c6500c8efff59d48;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e0c4c61..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,28 +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", + "keba", "lcov", + "linebreak", "logform", - "Measurand", - "Mikro", + "measurand", + "measurands", + "mikro", + "MILLI", "mnemonist", - "mochawesome", "ocpp", + "olivierbagot", + "onconnection", + "outdir", + "parens", + "piment", "poolifier", "preinstall", + "rambda", "Recurrency", - "robohydra", - "tsdoc" + "RFID", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" ] }