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

Enable whitespace rendering on selection in Monaco (#24444) #24485

Merged
merged 1 commit into from
May 2, 2023

Commits on May 2, 2023

  1. Enable whitespace rendering on selection in Monaco (go-gitea#24444)

    Remove the
    [renderWhitespace](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IEditorOptions.html#renderWhitespace)
    override, so the default value of `selection` takes over and makes
    whitespace visible on selection.
    
    <img width="128" alt="Screenshot 2023-04-30 at 19 09 41"
    src="https://user-images.githubusercontent.com/115237/235366707-d598268d-03cc-4839-a195-c460bddae99b.png">
    
    Co-authored-by: Giteabot <teabot@gitea.io>
    silverwind and GiteaBot committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a2a1a4c View commit details
    Browse the repository at this point in the history