From 5d289dac47b2d474a14e24dd8f246a4896942077 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 13 Apr 2023 19:21:29 +0200 Subject: [PATCH] vscode: Recommend additional extensions for development --- .vscode/extensions.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 080e70d..0b8b3cc 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,7 +2,10 @@ // 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", + "Vue.volar", + "Vue.vscode-typescript-vue-plugin" ], "unwantedRecommendations": [ "ms-vscode.cpptools-extension-pack"