Skip to content

Commit 91b4dd6

Browse files
committed
Also set textDecoration: none on inlay hints
1 parent 53c7aea commit 91b4dd6

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
@@ -61,6 +61,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
6161
backgroundColor: bg,
6262
fontStyle: "normal",
6363
fontWeight: "normal",
64+
textDecoration: "none",
6465
},
6566
}),
6667
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {

0 commit comments

Comments
 (0)