From 1ea91ea258369db7f8924b0dc489171c0236fcd9 Mon Sep 17 00:00:00 2001 From: Torben Egmose Date: Fri, 23 Sep 2022 19:00:29 +0200 Subject: time --- .vscode/extensions.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to '.vscode/extensions.json') 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" + ] +} -- cgit v1.2.3