refactor: setup repo configuration to handle python code
[e-mobility-charging-stations-simulator.git] / .vscode / extensions.json
index bed2ea6ee33c9b6eed167c43a467d623b6894e2f..00345c6c76bf71544f3e62ae81fccaf1de917a4a 100644 (file)
@@ -2,11 +2,12 @@
   // See https://go.microsoft.com/fwlink/?LinkId=827846
   // for the documentation about the extensions.json format
   "recommendations": [
-    "codezombiech.gitignore",
+    "connor4312.nodejs-testing",
     "dbaeumer.vscode-eslint",
-    "eamodio.gitlens",
     "EditorConfig.EditorConfig",
     "ms-azuretools.vscode-docker",
+    "ms-python.python",
+    "sonarsource.sonarlint-vscode",
     "streetsidesoftware.code-spell-checker"
   ]
 }