3 changed files with 22 additions and 16 deletions
@ -1,7 +1,10 @@ |
|||||
{ |
{ |
||||
// 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" |
||||
] |
], |
||||
} |
"unwantedRecommendations": [ |
||||
|
"ms-vscode.cpptools-extension-pack" |
||||
|
] |
||||
|
} |
||||
|
|||||
Loading…
Reference in new issue