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
60 stars 8 forks source link

Double New Line when press Return/Enter in terminal mode (Linux) #124

Closed Ossanes closed 1 year ago

Ossanes commented 1 year ago

Type: Bug Report

Double New Line when press Return

When I access a board through serial console, every time I press Return key acts like I pressed twice.

To Reproduce Steps to reproduce the behavior:

  1. Connect to a serial console device
  2. Hit Enter/Return
  3. It will act twice

Expected behavior Enter should act once per pressing.

gcampbell-msft commented 1 year ago

@Ossanes Could you switch to the pre-release version and let me know if the issue persists? There should be a fix available there.

Thanks!

Ossanes commented 1 year ago

The pre-release version fixes this issue. Thanks!