Skip to content
New issue

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

Expose editor scrollbar options and react to them being updated #127788

Merged
merged 2 commits into from
Jul 1, 2021

Conversation

alexdima
Copy link
Member

@alexdima alexdima commented Jul 1, 2021

Exposes the settings (and reacts to changing them without a window reload):

  • editor.scrollbar.vertical - 'auto' | 'visible' | 'hidden'
  • editor.scrollbar.horizontal - 'auto' | 'visible' | 'hidden'
  • editor.scrollbar.verticalScrollbarSize - number
  • editor.scrollbar.horizontalScrollbarSize - number
  • editor.scrollbar.scrollByPage - boolean

Fixes #28653
Fixes #35454
Fixes #47888
Fixes #53492
Fixes #123985
Fixes microsoft/monaco-editor#859
Fixes microsoft/monaco-editor#2381

@alexdima alexdima added this to the June 2021 milestone Jul 1, 2021
@alexdima alexdima self-assigned this Jul 1, 2021
@alexdima alexdima merged commit f20f20d into main Jul 1, 2021
@alexdima alexdima deleted the alex/scrollbar branch July 1, 2021 14:30
@github-actions github-actions bot locked and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.