hoverbrett/controller_pio/.vscode/extensions.json

11 lines
274 B
JSON
Raw Normal View History

2022-03-27 10:05:06 +00:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}