You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code previously applied the `vertical-align: middle` CSS rule to all hints,
even those that have the same font style as the editor's. This results in
inlay hints being 1px lower than they should be.
This pull request adds the `isUniform` flag to `_getLayoutInfo()`'s output. It
indicates if the inlay hint styles and editor styles match. If they do, the
`vertical-align` rule is set to `baseline`, effectively disabling it.
0 commit comments