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 53c7aea commit 91b4dd6Copy full SHA for 91b4dd6
editors/code/src/inlay_hints.ts
@@ -61,6 +61,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
61
backgroundColor: bg,
62
fontStyle: "normal",
63
fontWeight: "normal",
64
+ textDecoration: "none",
65
},
66
}),
67
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {
0 commit comments