refactor(simulator): remove unneeded intermediate variables in startup
[e-mobility-charging-stations-simulator.git] / e-mobility-charging-stations-simulator.code-workspace
index e0dbb0cdbff0da7c305ab49ce523f7bc29398bb4..cb8f650bda008b8505a7906385dad0c2471f6677 100644 (file)
@@ -1,11 +1,21 @@
 {
-       "folders": [
-               {
-                       "path": "."
-               },
-               {
-                       "path": "src/ui/web"
-               }
-       ],
-       "settings": {}
-}
\ No newline at end of file
+  "folders": [
+    {
+      "path": "."
+    },
+    {
+      "path": "ui/web"
+    }
+  ],
+  "extensions": {
+    "recommendations": [
+      "sonarsource.sonarlint-vscode"
+    ]
+  },
+  "settings": {
+    "sonarlint.connectedMode.project": {
+      "connectionId": "sap-1",
+      "projectKey": "SAP_e-mobility-charging-stations-simulator"
+    }
+  }
+}