From 7c2e245796d0c215dbfe153739f2162eba11f5ab Mon Sep 17 00:00:00 2001 From: jazzpi Date: Fri, 11 Mar 2022 16:30:01 +0100 Subject: [PATCH] Add C/C++ Tools to recommended extensions --- .vscode/extensions.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0f0d740..d583377 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,8 @@ -{ - // 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", + "ms-vscode.cpptools-extension-pack" + ], +}