Merge #6382
6382: Set font-wieght: normal on inlay hints r=SomeoneToIgnore a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
3f20d344cd
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
|
|||
color: fg,
|
||||
backgroundColor: bg,
|
||||
fontStyle: "normal",
|
||||
fontWeight: "normal",
|
||||
},
|
||||
}),
|
||||
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue