This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Serial monitor does not work in VS Code 1.50 due to incorrect Electron version #1120
Closed
Description
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 mainline NODE_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 generated out
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.