Skip to content

Commit 8a5a5b2

Browse files
committed
Set font-wieght: normal on inlay hints
1 parent 7f346f9 commit 8a5a5b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
6060
color: fg,
6161
backgroundColor: bg,
6262
fontStyle: "normal",
63+
fontWeight: "normal",
6364
},
6465
}),
6566
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {

0 commit comments

Comments
 (0)