arduino-alarm/.vscode/extensions.json
thatscringebro 59d2fe7cdc small fixes
2023-10-14 13:58:57 -04: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"
]
}