Closed
Description
Describe the bug
The Wokwi for VS Code extension uses VS Code's build-in terminal since the version 2.1.0.
With that terminal users can not see what they are writing to the serial port. Writing works: One can write "blindly", press enter and it is sent. But it is cumbersome to write s.th. blindly. The previous version had an extra field where one could write a message before it was sent to the serial port.
Screenshot of the old version
Note the field with orange border and white background where one could enter a message.
Screenshot of new version
Note that such an input line is missing. If the cursor is set into that terminal panel, one can write. But nothing is shown.
To Reproduce
- Install the VS Code extension version 2.1.0 or newer
- Start any Wokwi project with the VS Code extension which accepts input via serial port.
- Try to type some message to the serial port. It is not displayed.
- Press ENTER or RETURN and the message will be sent.
Expected behavior
One can see the typed message, and be able to modify it before sending.
Environment
- OS: Ubuntu and Windows 11
- VS Code 1.85.1