From 18f880530f613dbb98c45e2df978cd89c1414f41 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Mon, 17 Apr 2023 21:49:17 +0200 Subject: [PATCH] Apply correct order to extension.json items VSCode applys this sorting anyways --- .vscode/extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0b8b3cc..d14c6bf 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,10 +2,10 @@ // See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ - "platformio.platformio-ide", "DavidAnson.vscode-markdownlint", "Vue.volar", - "Vue.vscode-typescript-vue-plugin" + "Vue.vscode-typescript-vue-plugin", + "platformio.platformio-ide" ], "unwantedRecommendations": [ "ms-vscode.cpptools-extension-pack"