-
Notifications
You must be signed in to change notification settings - Fork 233
Arduino Plugin Moves Terminal Connect Button #483
Comments
@Sneezry , this issue can repro on, here is the step, Can you help to investigate it ? 1.open vscode and open a existing project |
This issue is caused by using same priority when create serial port status bar item as config status of C/C++ extension. Higher value of priority means the item should be shown more to the left. Both Arduino extension and C/C++ extension uses 2 as priority for serial port and config. Arduino extension: https://github.com/Microsoft/vscode-arduino/blob/master/src/serialmonitor/serialMonitor.ts#L65 C/C++ extension: |
Using the latest extension, here is the result now:
|
Win32 button is rendered by C/C++ extension, it is out of our control. So the 4th and 5th issue won't be fixed. |
--This issue has been moved from Microsoft/vscode--
Author is @MZachmann.
Issue Type
Bug
Description
Enable/Initialize the Arduino Extension for this workspace.
Attempt to click the Serial Connect Button on the bottom status bar.
When you go to click it the button saying Win32 appears and the connect button moves to the left.
Click it to connect.
Click the mouse in the terminal window (important!) and the Win32 button will disappear, moving the disconnect button to the right.
Click the disconnect button and instead the Win32 button will appear and you will have to click again.
Unbelievably annoying.
VS Code Info
VS Code version: Code 1.20.1 (f88bbf9137d24d36d968ea6b2911786bfe103002, 2018-02-13T15:34:36.336Z)
OS version: Windows_NT x64 10.0.16299
System Info
Extensions (8)
The text was updated successfully, but these errors were encountered: