We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f346f9 commit 8a5a5b2Copy full SHA for 8a5a5b2
editors/code/src/inlay_hints.ts
@@ -60,6 +60,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
60
color: fg,
61
backgroundColor: bg,
62
fontStyle: "normal",
63
+ fontWeight: "normal",
64
},
65
}),
66
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {
0 commit comments