will-stone/plastic

Sticky scroll header support

Closed this issue · 1 comments

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

This will be in the next release 👍 🙂