build(ci): cleanup workflows
[poolifier.git] / .vscode / extensions.json
index 11c941062e8747bbb5b5177f094bb70bbb0f37ce..9447ed829701a22ec7e1d311b53d9a8776561f39 100644 (file)
@@ -2,9 +2,10 @@
   // See https://go.microsoft.com/fwlink/?LinkId=827846
   // for the documentation about the extensions.json format
   "recommendations": [
-    "dbaeumer.vscode-eslint",
     "EditorConfig.EditorConfig",
-    "streetsidesoftware.code-spell-checker",
-    "sonarsource.sonarlint-vscode"
+    "dbaeumer.vscode-eslint",
+    "sonarsource.sonarlint-vscode",
+    "standard.vscode-standard",
+    "streetsidesoftware.code-spell-checker"
   ]
 }