Ambient_Light_Sensor/.vscode/extensions.json
Chris Trimble 2ca6ef7017 Initial commit.
Sensors, WiFi, MQTT functional.
2024-05-18 09:41:44 -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"
]
}