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

Closed
Tyriar opened this issue Jan 9, 2025 · 1 comment · Fixed by #237677
Closed

Editor GPU: Support font-weight in decorations #237584

Tyriar opened this issue Jan 9, 2025 · 1 comment · Fixed by #237677
Assignees
Labels
editor-gpu Editor GPU rendering related issues insiders-released Patch has been released in VS Code Insiders plan-item VS Code - planned item for upcoming
Milestone

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
@Tyriar
Copy link
Member Author

Tyriar commented Jan 10, 2025

Depends on #234473

Tyriar added a commit that referenced this issue Jan 10, 2025
Tyriar added a commit that referenced this issue Jan 10, 2025
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Jan 10, 2025
@vs-code-engineering vs-code-engineering bot added this to the January 2025 milestone Jan 10, 2025
@vs-code-engineering vs-code-engineering bot added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jan 13, 2025
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Feb 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-gpu Editor GPU rendering related issues insiders-released Patch has been released in VS Code Insiders plan-item VS Code - planned item for upcoming
Projects
Status: Done
1 participant