2025-01-13 14:07:48 +11:00
|
|
|
{
|
2026-06-07 16:16:38 +02:00
|
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
|
|
|
// for the documentation about the extensions.json format
|
2025-01-13 14:07:48 +11:00
|
|
|
"recommendations": [
|
2026-06-06 21:12:43 +10:00
|
|
|
"pioarduino.pioarduino-ide",
|
2025-01-13 14:07:48 +11:00
|
|
|
"platformio.platformio-ide"
|
|
|
|
|
],
|
|
|
|
|
"unwantedRecommendations": [
|
|
|
|
|
"ms-vscode.cpptools-extension-pack"
|
|
|
|
|
]
|
|
|
|
|
}
|