Files
follower_bot_circle/.vscode/extensions.json

11 lines
274 B
JSON
Raw Normal View History

2021-02-22 20:33:05 +01:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
2022-11-05 15:57:21 +01:00
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
2021-02-22 20:33:05 +01:00
]
}