CubeCellRepeater/.vscode/extensions.json

11 lines
241 B
JSON
Raw Normal View History

2024-04-27 19:11:02 +00:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
2024-05-12 18:50:02 +00:00
""
]
2024-04-27 19:11:02 +00:00
}