Files
PlatformIO_DigiStump_DeskLa…/.vscode/extensions.json
Joe Tretter 31687fb7fc Use the digistump for servo control.
Planned to connect to my desk lamp but
I didn't finsh this one yet.
2022-03-29 18:05:57 -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"
]
}