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
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
// for the documentation about the extensions.json format
|
// for the documentation about the extensions.json format
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"platformio.platformio-ide"
|
"platformio.platformio-ide",
|
||||||
]
|
"ms-vscode.cpptools-extension-pack"
|
||||||
}
|
],
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user