Add C/C++ Tools to recommended extensions

This commit is contained in:
jazzpi 2022-03-11 16:30:01 +01:00
parent 8f5dd839d6
commit 7c2e245796

View File

@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
"platformio.platformio-ide",
"ms-vscode.cpptools-extension-pack"
],
}