From 5e2eeb4c45ee3e08e786bfca70c4f97407d78d61 Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Tue, 21 Jun 2022 11:13:44 +0200 Subject: [PATCH] Add markdownlint extension in the recommended extensions list (https://github.com/woocommerce/woocommerce-blocks/pull/6605) --- plugins/woocommerce-blocks/.vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/.vscode/extensions.json b/plugins/woocommerce-blocks/.vscode/extensions.json index 3277181f931..536e5a17f59 100644 --- a/plugins/woocommerce-blocks/.vscode/extensions.json +++ b/plugins/woocommerce-blocks/.vscode/extensions.json @@ -10,6 +10,7 @@ "neilbrayfield.php-docblocker", "valeryanm.vscode-phpsab", "editorconfig.editorconfig", - "stylelint.vscode-stylelint" + "stylelint.vscode-stylelint", + "DavidAnson.vscode-markdownlint" ] }