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
impl: show ssh network metrics in the Settings tab
Under the "Additional environment information". Unfortunately it was not
possible any other way. The description property is modifiable however
Toolbox renders the description label only as long as the SSH connection
is not established. As soon as an ssh connection is running the description
label is used as mechanism to notify users about available IDE updates.
It also appears that we can't have any other extra tab, other than "Tools",
"Projects" and "Settings". There is a secondary information attribute API,
but it is not usable to show recurring metrics info because it can only be
configured once, it is not a mutable field.
The best effort was to add the information in the Settings page, and it is
worth highlighting that the metrics are only refreshed when user either:
- switches between tabs
- expands/collapses teh "Additional environment information" section.
There is no programmatic mechanism to notify the information in the Settings
page changed
0 commit comments