Files
follower_bot_formula/.vscode/extensions.json

11 lines
274 B
JSON
Raw Permalink Normal View History

2021-02-22 11:00:58 +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:55:25 +01:00
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
2021-02-22 11:00:58 +01:00
]
}