Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 2 |
raymond |
1 |
{
|
|
|
2 |
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
|
3 |
// for the documentation about the extensions.json format
|
|
|
4 |
"recommendations": [
|
|
|
5 |
"platformio.platformio-ide"
|
|
|
6 |
],
|
|
|
7 |
"unwantedRecommendations": [
|
|
|
8 |
"ms-vscode.cpptools-extension-pack"
|
|
|
9 |
]
|
|
|
10 |
}
|