We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
feat: support sticky scroll
527d94c
Closes Sticky scroll header support #180
This will be in the next release 👍 🙂
Sorry, something went wrong.
No branches or pull requests
Sticky scroll can be enabled with:
It would be nice if we had some better styling for the header, e.g.:
See also: microsoft/vscode#157185
The text was updated successfully, but these errors were encountered: