X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=124180f5fe4e721eb00b04599ee5e4f0658156d1;hb=de7b9e0583275225509c099f75a2801371da54d0;hp=06f6d6a01589ead1eb583feac816464e2bc4d90d;hpb=3e985d188b320d1bc333fbcd9420ebb7c5e7040d;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index 06f6d6a0..124180f5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,53 @@ "editor.codeActionsOnSave": { "source.fixAll": true }, - "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"], - "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests" + "cSpell.words": [ + "backoff", + "benoit", + "bubbleprof", + "bufferutil", + "cacheable", + "choco", + "commitlint", + "corepack", + "csms", + "doctorprof", + "emerg", + "emobility", + "evse", + "evses", + "flameprof", + "heapprofiler", + "iccid", + "idtag", + "idtags", + "imsi", + "lcov", + "linebreak", + "logform", + "measurand", + "measurands", + "mikro", + "mnemonist", + "ocpp", + "olivierbagot", + "outdir", + "parens", + "piment", + "poolifier", + "preinstall", + "Recurrency", + "RFID", + "shutdowning", + "sonarlint", + "SRPC", + "tsdoc", + "VCAP", + "webui", + "workerset" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }