Add C/C++ Tools to recommended extensions
This commit is contained in:
parent
8f5dd839d6
commit
7c2e245796
15
.vscode/extensions.json
vendored
15
.vscode/extensions.json
vendored
@ -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"
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user