From 647394cabba8dba1d16fdd9fb7a8b40fd3f4d1a2 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Thu, 8 Jun 2023 21:24:56 +0200 Subject: [PATCH] Rename config.h Example --- .vscode/extensions.json | 17 ++++++++++------- src/{config.h.example => config.example.h} | 0 2 files changed, 10 insertions(+), 7 deletions(-) rename src/{config.h.example => config.example.h} (100%) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0f0d740..080e70d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,10 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} diff --git a/src/config.h.example b/src/config.example.h similarity index 100% rename from src/config.h.example rename to src/config.example.h