X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2F.vscode%2Fsettings.json;h=a7d331b22d023e8593cb0294274644c84c0a5c9a;hb=c383fc3afc853b526276fecf42aefe5c052f29cb;hp=291c11c1a9a35744b9d9fb680eeb518476073d8c;hpb=52952bf8f73e5ad1a85c0c9205412a9198bfc720;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index 291c11c1..a7d331b2 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -1,10 +1,11 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "cSpell.words": [ "Avenir", "composables", + "corepack", "evse", "evses", "finalhandler", @@ -15,5 +16,9 @@ "preinstall", "RFID", "webui" - ] + ], + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator-webui" + } }