From d7b8ea8982feff943a0deceb888cdfc10fc48587 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 13 Oct 2022 17:38:42 +0200 Subject: [PATCH] Add sonarlint configuration in the vscode workspace file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ...ility-charging-stations-simulator.code-workspace | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/e-mobility-charging-stations-simulator.code-workspace b/e-mobility-charging-stations-simulator.code-workspace index b99ab1de..e4e47261 100644 --- a/e-mobility-charging-stations-simulator.code-workspace +++ b/e-mobility-charging-stations-simulator.code-workspace @@ -6,5 +6,16 @@ { "path": "src/ui/web" } - ] + ], + "extensions": { + "recommendations": [ + "sonarsource.sonarlint-vscode" + ] + }, + "settings": { + "sonarlint.connectedMode.project": { + "connectionId": "sonar-tools-sap", + "projectKey": "e-mobility-cpo" + } + } } -- 2.34.1