X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2F.vscode%2Fsettings.json;h=7152c44b7b05ac4c67370dc8ffc35640caefb933;hb=1dfc15d22b7ac2363a32540d43540b7a93277a67;hp=fa6fff147de57ea1c087767a0c71bf89aa252a7a;hpb=65fe3d882d714d3e184be93c95ed4610bf2048b9;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index fa6fff14..7152c44b 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -1,10 +1,16 @@ { + "deno.enable": false, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" + }, + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator-webui" }, "cSpell.words": [ "Avenir", "composables", + "corepack", "evse", "evses", "finalhandler", @@ -12,12 +18,10 @@ "idtag", "imsi", "ocpp", + "Parens", "preinstall", "RFID", + "rushstack", "webui" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator-webui" - } + ] }