Files
MeshCore-Solo/.vscode/extensions.json
T

12 lines
311 B
JSON
Raw Normal View History

2025-01-13 14:07:48 +11: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"
]
}