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
It would be useful to have an API to check to see if the Side Bar is currently expanded or collapsed. I have an extension that makes use of the relatively new TreeData.reveal API to highlight code segments as the user's cursor moves around (they can also click on the tree nodes to go directly there in the code). Currently, reveal will always expand the Side Bar if it's collapsed, which is annoying for users who want to collapse it. Being able to detect the Side Bar state world resolve this issue, as I could then forego the reveal if there Side Bar is collapsed.
The text was updated successfully, but these errors were encountered:
It would be useful to have an API to check to see if the Side Bar is currently expanded or collapsed. I have an extension that makes use of the relatively new
TreeData.reveal
API to highlight code segments as the user's cursor moves around (they can also click on the tree nodes to go directly there in the code). Currently,reveal
will always expand the Side Bar if it's collapsed, which is annoying for users who want to collapse it. Being able to detect the Side Bar state world resolve this issue, as I could then forego thereveal
if there Side Bar is collapsed.The text was updated successfully, but these errors were encountered: