Files
MeshCore-Solo/.vscode/extensions.json

12 lines
311 B
JSON
Raw Permalink 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": [
"pioarduino.pioarduino-ide",
2025-01-13 14:07:48 +11:00
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}