From 423942d65e5fb6a75418fa297070c0cc9a6508e7 Mon Sep 17 00:00:00 2001 From: Raph Date: Thu, 16 Apr 2026 20:50:24 +0200 Subject: [PATCH] =?UTF-8?q?fix(extensions.json):=20Extensions=20recommand?= =?UTF-8?q?=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 6c2fa18..73ba284 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,13 +4,13 @@ // List of extensions which should be recommended for users of this workspace. "recommendations": [ - - ], - // List of extensions recommended by VS Code that should not be recommended for users of this workspace. - "unwantedRecommendations": [ "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "Vue.volar", "atommaterial.a-file-icon-vscode" + ], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [ + ] } \ No newline at end of file