Files
PlatformIO_SendLedMorseTest/.vscode/extensions.json
Joe Tretter 4471201c16 Add MorseTest project
and proceed on the mailbox monitory
2022-06-11 17:44:28 -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"
]
}