build: refine vscode configuration
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
CommitLineData
2e6f5966
JB
1{
2 "editor.codeActionsOnSave": {
8114d10e 3 "source.fixAll": true
5f60a7fd
JB
4 },
5 "testExplorer.useNativeTesting": true,
0dbbeba1
JB
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
d4ad9d45 11 "mochaExplorer.files": ["test/**/*.test.ts"],
ba516f9c 12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
18e46645 13 "cSpell.words": [
361c98f5 14 "backoff",
149f6c4b 15 "benoit",
0215fd14 16 "bubbleprof",
82e91d8f
JB
17 "bufferutil",
18 "cacheable",
f1abe9af 19 "choco",
18e46645 20 "commitlint",
a712de6f 21 "corepack",
d4371252 22 "csms",
0215fd14 23 "doctorprof",
31b5738e 24 "emerg",
51022aa0 25 "emobility",
2585c6e9
JB
26 "evse",
27 "evses",
0215fd14
JB
28 "flameprof",
29 "heapprofiler",
18e46645 30 "iccid",
c3da35d4 31 "idtag",
7b5dbe91 32 "idtags",
18e46645 33 "imsi",
82e91d8f
JB
34 "lcov",
35 "logform",
d4371252
JB
36 "measurand",
37 "measurands",
38 "mikro",
18e46645 39 "mnemonist",
82e91d8f 40 "mochawesome",
18e46645 41 "ocpp",
d2c77754 42 "olivierbagot",
149f6c4b 43 "piment",
18e46645 44 "poolifier",
82e91d8f
JB
45 "preinstall",
46 "Recurrency",
5ced7e80 47 "RFID",
82e91d8f 48 "robohydra",
fca8bc64 49 "shutdowning",
149f6c4b 50 "sonarlint",
7d34a2f4 51 "SRPC",
064d000b 52 "tsdoc",
7671fa0b 53 "VCAP",
064d000b 54 "webui"
65fe3d88
JB
55 ],
56 "sonarlint.connectedMode.project": {
57 "connectionId": "sap-1",
58 "projectKey": "e-mobility-charging-stations-simulator"
59 }
2e6f5966 60}