-
-
Notifications
You must be signed in to change notification settings - Fork 534
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
IDE2 should show an icon when a board is selected at the status bar. See here in the code. It does not work. Presumably, there is no such icon in our customized icon set. I believe the intention was to show the Font Awesome microchip icon. However, IDE2 shows the X icon if no board is selected.
Does not work:
| ? `$(microchip) ${selectedBoard.name}` |
Works:
| : `$(close) ${nls.localize( |
Probably, IDE2 lost this feature when Theia switched to codicon; we just never noticed it. It’s just a guess, but a good one. See eclipse-theia/theia#9864.
To reproduce
Open IDE2 and select a board.
Expected behavior
The icon is visible in the status bar when a board is selected.
Arduino IDE version
Operating system
macOS
Operating system version
13.4.1
Additional context
The implementation will be tricky as Theia no longer supports FontAwesome, so IDE2 should patch the default behavior if a codicon replacement is not an acceptable solution.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details
ubidefeo
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project