Sticky scroll header support
Closed this issue · 1 comments
alumni commented
Sticky scroll can be enabled with:
{
"editor.experimental.stickyScroll.enabled": true
}
It would be nice if we had some better styling for the header, e.g.:
{
"editorStickyScroll.background": "#181a1f",
"editorStickyScrollHover.background": "#272930"
}
See also: microsoft/vscode#157185
will-stone commented
This will be in the next release 👍 🙂