Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
08e71b96e2 | 2 weeks ago |
|
|
54bee65185 | 2 weeks ago |
|
|
b779613fc0 | 2 weeks ago |
3 changed files with 30 additions and 24 deletions
@ -1,7 +1,10 @@ |
|||
{ |
|||
// 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" |
|||
], |
|||
"unwantedRecommendations": [ |
|||
"ms-vscode.cpptools-extension-pack" |
|||
] |
|||
} |
|||
|
|||
Loading…
Reference in new issue