cs50 / lab50.vsix

Inspired by https://github.com/lostintangent/workspace-layout/
GNU General Public License v3.0
21 stars 4 forks source link

Should we add `chevron-right` to README pane that automatically maximizes width? #32

Closed dmalan closed 2 years ago

dmalan commented 2 years ago

If it's possible for the primary sidebar to fill the width, covering the editor and terminal, just like the terminal's chevron-up icon fills the height, covering the editor?

And then chevron-left could shrink the primary sidebar back to normal size.

Might not be possible, though, or compelling.

Cf. https://code.visualstudio.com/api/references/icons-in-labels

rongxin-liu commented 2 years ago

Primary Side Bar cannot be maximized and we also cannot control its layout/width programmatically.

Related issue: #24