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
1 changed files with 8 additions and 7 deletions

View File

@ -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"
],
}