Vscode-arduino: Unable to start serial monitor

Created on 8 Nov 2019  路  12Comments  路  Source: microsoft/vscode-arduino

Same symptoms as #851 but with 0.2.27 on VS Code 1.40.0

Same workaround -- manually edit arduino.json but this leaves you without Serial monitor. Better to revert VS Code to 1.39.2 and disable auto-update pending an update to this extension.

Looking at the related VSCode issue pertaining to the 1.36 breakage,

OK. This explains it. The problem is that the Arduino extension uses native node modules (which is not official supported right now in VS Code) and the node version of VS Code has changed. This basically means that the Arduino folks need to ship a new version of their extension.

It's the same problem with the same fix.

P0 bug

Most helpful comment

We're currently working on a new release containing the fix to this issue, will update you once we release goes public.

All 12 comments

I just ran into the exact same behavior. Upgraded to VS Code 1.40.0 and my ability to connect to the serial monitor has been broken.

If you need to use the Serial monitor, you can always use the Arduino IDE instead as a workaround for that as well.

Can't use