X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2F.vscode%2Fsettings.json;h=7152c44b7b05ac4c67370dc8ffc35640caefb933;hb=6c7388a4c4c47e9d19511b8e9b70b0f57d6dbd5f;hp=1ed0e28881dcfcbaacd45120cc38d350c8d36ba1;hpb=1f7173559059235505c4cca840d2c92a5b2daa6e;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index 1ed0e288..7152c44b 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -1,6 +1,11 @@ { + "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", @@ -13,12 +18,10 @@ "idtag", "imsi", "ocpp", + "Parens", "preinstall", "RFID", + "rushstack", "webui" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator-webui" - } + ] }