Add sonarlint configuration in the vscode workspace file
[e-mobility-charging-stations-simulator.git] / e-mobility-charging-stations-simulator.code-workspace
index b99ab1deeece0eb6d4b5490fd45e6e972912f3c5..e4e47261dc6b1b7ecc9ea3f32a979584bfd53a4b 100644 (file)
@@ -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"
+    }
+  }
 }