X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2F.vscode%2Fsettings.json;h=7152c44b7b05ac4c67370dc8ffc35640caefb933;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=2f0a168b40ebf454ae3ff89ab305e704504113f9;hpb=82e91d8fddf8447513163ce2c6500c8efff59d48;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index 2f0a168b..7152c44b 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -1,15 +1,27 @@ { + "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", "iccid", "idtag", "imsi", "ocpp", - "RFID" + "Parens", + "preinstall", + "RFID", + "rushstack", + "webui" ] }