microsoft / vscode-serial-monitor

Serial Monitor that allows for reading and writing to serial ports. Official issue tracking repository for Microsoft's Serial Monitor VS Code extension.
MIT License
57 stars 7 forks source link

Missing dependency #150

Open Federico-Pinto opened 11 months ago

Federico-Pinto commented 11 months ago

I was having issue making the extension work running on a docker container. Since it did not throw any error it was very hard to identify the issue. I was able to conlude that this package is a dependecy in linux: "udev". It would be nice to:

gcampbell-msft commented 11 months ago

@Federico-Pinto, is this issue that the extension is activating successfully, but not working correctly?

Or is it something like this issue: https://github.com/microsoft/vscode/issues/179633?

Thank you!

Federico-Pinto commented 11 months ago

Hi. Thanks for the reply. The extension is installed and activated correctly. The issue is that the serial mointor tab is "blank" ( in my case black since I use the dark theme). It will works after installing udev. Please note that this package seems to be used for most serial extensions. However on other extensions some error messages where shown, which led me to indetifying the issue.

gcampbell-msft commented 10 months ago

@Federico-Pinto That makes sense, understood. I've put it on our backlog for future prioritization.