X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=ff191d38b4fd0832541cd2b7c388810c43386028;hpb=2585c6e94e3d900bf7ecca428299df1e649252db;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index ff191d38..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,38 +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.nodeArgv": [ - "--loader=ts-node/esm", - "--no-warnings=ExperimentalWarning", - "--experimental-specifier-resolution=node" - ], - "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", + "RFID", + "shutdowning", "sonarlint", - "tsdoc" + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" ] }