-
Notifications
You must be signed in to change notification settings - Fork 236
Serial monitor does not work in VS Code 1.50 due to incorrect Electron version #1120
Comments
Prerelease build for the serial port issue is here: https://github.com/microsoft/vscode-arduino/releases/tag/v0.3.3-rc I plan to publish a release with this fix tomorrow, Oct 30. |
0.3.3-rc resolves serial port problems for me. Version: 1.50.1 (system setup) |
I spoke too soon. 0.3.3-rc does allow me to select COM ports and open/close said port. However no serial output comes from an open connection. If I close the COM port connection and connect with Putty I seen the output coming from the board. |
Thank you for opening a separate issue on the serial monitor. I'd prefer to get this release out so deploy works again while investigating #1125 |
Resolved in the 0.3.3 release |
I'm sorry but 0.3.3 did not resolve the issue of no serial output |
Thanks, reactivated and tagged against serial for when we push on that next. |
Any idea on when this push might be? |
Are you still having issues with serial port? |
It seems to be resolved. Thanks |
The serial monitor is broken under VS Code 1.50.1 as it requires a
NODE_MODULE_VERSION
(80) that corresponds to electron v9.9.3. There is no mainlineNODE_MODULE_VERSION
of 80. I eventually fixed this problem after much experimentation by cloning the module, building it, and then using electron-rebuild with-v 9.9.3
. I ran the gulp install script and the postinstall process and copied the generatedout
directory to the extensions path for Code.This was time-consuming and tiresome. I should not have had to do it. Surely there is a regression suite that can be run against VS Code.
The text was updated successfully, but these errors were encountered: