fusion-zauberstab/firmware/.vscode/extensions.json
Thomas Schmid 0ec232f1af first draft of esp32 firmware
Signed-off-by: Thomas Schmid <tom@binary-kitchen.de>
2022-06-17 03:31:17 +02: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"
]
}