feat: add initial support for evse definition in template
[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 ],
3e985d18 11 "mochaExplorer.files": ["test/**/*Test.ts"],
ba516f9c 12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
18e46645 13 "cSpell.words": [
149f6c4b 14 "benoit",
82e91d8f
JB
15 "bufferutil",
16 "cacheable",
18e46645
JB
17 "commitlint",
18 "CSMS",
2585c6e9
JB
19 "evse",
20 "evses",
18e46645
JB
21 "iccid",
22 "imsi",
82e91d8f
JB
23 "lcov",
24 "logform",
18e46645
JB
25 "Measurand",
26 "Mikro",
27 "mnemonist",
82e91d8f 28 "mochawesome",
18e46645 29 "ocpp",
149f6c4b 30 "piment",
18e46645 31 "poolifier",
82e91d8f
JB
32 "preinstall",
33 "Recurrency",
34 "robohydra",
149f6c4b 35 "sonarlint",
82e91d8f 36 "tsdoc"
18e46645 37 ]
2e6f5966 38}