From 234be95c1e190a9b46a937a3ed071d21ccf460a6 Mon Sep 17 00:00:00 2001 From: Julien Staub Date: Sun, 8 May 2022 11:36:51 +0200 Subject: [PATCH] add recommended extensions for easier linting (#745) --- .vscode/extensions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e80666bf..5058b7d2 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,8 @@ // See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ - "platformio.platformio-ide" + "platformio.platformio-ide", + "DavidAnson.vscode-markdownlint", + "shd101wyy.markdown-preview-enhanced", ] }