X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.vscode%2Fsettings.json;h=b2c6818a3095ec1ca6ac86aaeaf434533294dcc4;hb=74ed61d9509bdf19991b404c0db95af2f7302c70;hp=ff191d38b4fd0832541cd2b7c388810c43386028;hpb=2585c6e94e3d900bf7ecca428299df1e649252db;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index ff191d38..b2c6818a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,37 +2,52 @@ "editor.codeActionsOnSave": { "source.fixAll": true }, - "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", + "choco", "commitlint", - "CSMS", + "corepack", + "csms", + "doctorprof", + "emerg", + "emobility", "evse", "evses", + "flameprof", + "heapprofiler", "iccid", + "idtag", + "idtags", "imsi", "lcov", + "linebreak", "logform", - "Measurand", - "Mikro", + "measurand", + "measurands", + "mikro", "mnemonist", - "mochawesome", "ocpp", + "olivierbagot", + "outdir", + "parens", "piment", "poolifier", "preinstall", "Recurrency", - "robohydra", + "RFID", + "shutdowning", "sonarlint", - "tsdoc" - ] + "SRPC", + "tsdoc", + "VCAP", + "webui" + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + } }