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

Editor GPU: Support font-weight in decorations #237584

Open
Tyriar opened this issue Jan 9, 2025 · 0 comments
Open

Editor GPU: Support font-weight in decorations #237584

Tyriar opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
editor-gpu Editor GPU rendering related issues plan-item VS Code - planned item for upcoming

Comments

@Tyriar
Copy link
Member

Tyriar commented Jan 9, 2025

Example decoration from extension:

Image

  "highlight.regexes": {
    "(\\s(?:TODO|FIXME|DEBT):)\\s": {
      "decorations": [
        {
          "overviewRulerColor": "#cca70060",
          "color": "#cca700",
          "fontWeight": "bold"
        }
      ]
    }
  }

Image

@Tyriar Tyriar added editor-gpu Editor GPU rendering related issues plan-item VS Code - planned item for upcoming labels Jan 9, 2025
@Tyriar Tyriar self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-gpu Editor GPU rendering related issues plan-item VS Code - planned item for upcoming
Projects
Status: No status
Development

No branches or pull requests

1 participant