ESP-Nodes/ESP32_ePaperDisplay-Node/.vscode/extensions.json
2023-12-19 11:02:03 -05:00

11 lines
274 B
JSON

{
// 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"
]
}