From 9b2b345bde0992d51a8df02ba7d9a9b00826e512 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 5 Apr 2024 12:10:16 +0200 Subject: [PATCH] build: refine vscode settings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/settings.json | 11 ++++++----- ui/web/.vscode/settings.json | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1138aad3..adb17d15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,12 @@ { + "deno.enable": false, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator" + }, "cSpell.words": [ "backoff", "benoit", @@ -53,9 +58,5 @@ "VCAP", "webui", "workerset" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator" - } + ] } diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index 58474bd1..4f0ec949 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -1,7 +1,12 @@ { + "deno.enable": false, "editor.codeActionsOnSave": { "source.fixAll": "explicit" }, + "sonarlint.connectedMode.project": { + "connectionId": "sap-1", + "projectKey": "e-mobility-charging-stations-simulator-webui" + }, "cSpell.words": [ "Avenir", "composables", @@ -17,9 +22,5 @@ "RFID", "rushstack", "webui" - ], - "sonarlint.connectedMode.project": { - "connectionId": "sap-1", - "projectKey": "e-mobility-charging-stations-simulator-webui" - } + ] } -- 2.34.1