build: cleanup recommended code extensions
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Jan 2024 11:41:43 +0000 (12:41 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Jan 2024 11:41:43 +0000 (12:41 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.vscode/extensions.json

index 37be1fab3fd65384b626868bf80bf1fa780db549..dd249baafba0c622eb1945b7c49224355c54ae67 100644 (file)
@@ -3,8 +3,7 @@
   // for the documentation about the extensions.json format
   "recommendations": [
     "EditorConfig.EditorConfig",
-    "eamodio.gitlens",
-    "standard.vscode-standard",
+    "dbaeumer.vscode-eslint",
     "streetsidesoftware.code-spell-checker"
   ]
 }