kdcro101 / vscode-favorites

Add files and directories to workspace favorites. You can create groups (and subgroups) of favorite items with files and folders. Time saver for complex projects.
MIT License
49 stars 13 forks source link

Side panel height #21

Closed csicky closed 5 years ago

csicky commented 5 years ago

I just want to share here too a little problem with the side panel height jumping as I close the files. I reported it to VS Code, but maybe you can do something about it on your side?

https://github.com/Microsoft/vscode/issues/60266

kdcro101 commented 5 years ago

@csicky ,

Nothing to do on my side.

This is vscode behaviour. Problem is variable height of Open editors subview + fixed height of Workspace file explorer + rest of height for favorites. Increase of height of Favorites subview is result of filling rest of height.

You can:

You can turn off favorites subview by clicking its header and deselecting favorites item

csicky commented 5 years ago

Thank you for taking the time to look into it.

On Mon, 22 Oct 2018 at 18:40 kdcro101 notifications@github.com wrote:

Closed #21 https://github.com/kdcro101/vscode-favorite-items/issues/21.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kdcro101/vscode-favorite-items/issues/21#event-1917805815, or mute the thread https://github.com/notifications/unsubscribe-auth/ADv_A0j3cDScjJwaF6CBjDmOcOpBeZB6ks5unebugaJpZM4Xzlho .

kdcro101 commented 5 years ago

No problem!