You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a display issue in Visual Studio Code when using the Arabic or Hebrew UI. The main menu items disappear or become misaligned, appearing underneath the window control buttons (minimize, maximize, close)unlike in other languages like English where the layout is correct and functional.
Details:
This issue occurs specifically when using RTL (right-to-left) languages like Arabic and Hebrew.
The main problem seems to be caused by the Command Bar (title/action bar), which takes up too much vertical space, pushing the menu items out of view.
The UI does not adapt correctly to RTL layouts, leading to poor rendering and limited accessibility.
I have tried to resolve the issue through settings and extensions, but it appears to be rooted in the core layout logic of the program.