From 1d114417b791f9a1e1e1ad21dac09047307376f2 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Tue, 10 Dec 2024 16:34:45 -0300 Subject: [PATCH] chore: Dropping optional extensions from VS Code recommendations --- .vscode/extensions.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0defcb2cb..b0f6c6d09 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,9 +3,7 @@ "dbaeumer.vscode-eslint", "astro-build.astro-vscode", "vue.volar", - "florianthievent.rules", "bradlc.vscode-tailwindcss", - "yoavbls.pretty-ts-errors", "redhat.vscode-yaml" ] }