repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb6954
)
refactor(ui): silence wrong spelling report
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 22:53:44 +0000
(
00:53
+0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 24 Apr 2023 22:53:44 +0000
(
00:53
+0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.vscode/settings.json
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/.vscode/settings.json
b/ui/web/.vscode/settings.json
index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..6ff436bb71fdcdfda230650191641f080a009edc 100644
(file)
--- a/
ui/web/.vscode/settings.json
+++ b/
ui/web/.vscode/settings.json
@@
-1,5
+1,13
@@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
- }
+ },
+ "cSpell.words": [
+ "composables",
+ "iccid",
+ "idtag",
+ "imsi",
+ "ocpp",
+ "RFID"
+ ]
}