build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / e-mobility-charging-stations-simulator.code-workspace
index e4e47261dc6b1b7ecc9ea3f32a979584bfd53a4b..06cb8f27ee839a9b00f1d1f220bffd09ff05e559 100644 (file)
@@ -4,18 +4,22 @@
       "path": "."
     },
     {
-      "path": "src/ui/web"
+      "path": "ui/web"
+    },
+    {
+      "path": "tests/ocpp-server"
     }
   ],
-  "extensions": {
-    "recommendations": [
-      "sonarsource.sonarlint-vscode"
-    ]
-  },
   "settings": {
-    "sonarlint.connectedMode.project": {
-      "connectionId": "sonar-tools-sap",
-      "projectKey": "e-mobility-cpo"
-    }
+    "nodejs-testing.extensions": [
+      {
+        "extensions": ["mjs", "cjs", "js"],
+        "parameters": []
+      },
+      {
+        "extensions": ["mts", "cts", "ts"],
+        "parameters": ["--import", "tsx"]
+      }
+    ]
   }
 }