X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=adb17d15ef744ec390624a47d166930504a0dda2;hb=456c58bcaa0653b69c47a1f4d11138599f1bab4a;hp=b8f730caa6ca2df877f8029e5833c8bc6b86fb4b;hpb=c3da35d496cbb2c78e85fb3d2e125ffd6fd297f4;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index b8f730ca..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,48 +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", + "corepack", "csms", + "DECI", + "doctorprof", + "emerg", "emobility", + "evlink", "evse", "evses", + "flameprof", + "heapprofiler", "iccid", "idtag", + "idtags", "imsi", + "keba", "lcov", + "linebreak", "logform", "measurand", "measurands", "mikro", + "MILLI", "mnemonist", - "mochawesome", "ocpp", + "olivierbagot", + "onconnection", + "outdir", + "parens", "piment", "poolifier", "preinstall", + "rambda", "Recurrency", - "robohydra", + "RFID", + "shutdowning", "sonarlint", "SRPC", "tsdoc", "VCAP", - "webui" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator" - } + "webui", + "workerset" + ] }