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
PowerShell uses the very right of the right status bar to show both initializing and version number:
This is bad since it makes the status bar unstable; all items left of the PS item will shift to the left and again to the right. I suggest aligning with the TS extension and show the initializing item on the right side of the left status bar:
Also getting closer to the wording of the TS extension might be a good idea; "Initializing PS language features" or "Initializing PS session" (no "...")?
While I want to say we should wait on microsoft/vscode#129037, it will be long between that being finalized, implemented, and then subsequently stabilized such that we can drop all the old code that I think we should at least improve the existing code somewhat and fix this issue.
andyleejordan
changed the title
PS should align with the TS extension on version and initializing status bar indicators
Use new language status items API for status bar info
Mar 4, 2022
PowerShell uses the very right of the right status bar to show both initializing and version number:
This is bad since it makes the status bar unstable; all items left of the PS item will shift to the left and again to the right. I suggest aligning with the TS extension and show the initializing item on the right side of the left status bar:
Also getting closer to the wording of the TS extension might be a good idea; "Initializing PS language features" or "Initializing PS session" (no "...")?
Related: #2436
The text was updated successfully, but these errors were encountered: