From what I could see, the property called hideByDefault on the IViewDescriptor was introduced in 1.24.0 with b97a811.
But in master, today, it isnt used anywhere.
Post the work done in #47766, I was looking to change what views are shown by default in the Extensions view. I assumed setting hideByDefault would do the trick, but it doesnt.
We should bring this feature back such that
- Any new view with this property set should be hidden by default.
- An existing view with this property set should be hidden by default unless the user has chosen to show it explicitly
From what I could see, the property called
hideByDefaulton theIViewDescriptorwas introduced in 1.24.0 with b97a811.But in master, today, it isnt used anywhere.
Post the work done in #47766, I was looking to change what views are shown by default in the Extensions view. I assumed setting
hideByDefaultwould do the trick, but it doesnt.We should bring this feature back such that