I’m sharing a simple but useful VS Code extension I built: https://github.com/sdrshnptl/notifybuildresult
It broadcasts UDP messages whenever VS Code tasks complete (success or failure), so you can easily trigger external hardware or systems — like RGB LEDs, displays, IoT devices, dashboards, or automation workflows — based on build status.
Key features: - Sends UDP broadcasts when tasks finish - Works with custom task filters and message templates - Offers status bar feedback and a history of broadcasts - Includes Python/Node/ESP32 examples for receivers - Configurable broadcast address and port (default 10203)
Use cases: - Physical build-status lights - Office / home IoT indicators - Custom dashboards or CI signals - Robotics or lab integrations
I’d love feedback on additional protocols (MQTT/WebSocket), security considerations, and ideas for broader dev integrations.
Thanks! sdrshnptl