Skip to content

Commit a9b60b8

Browse files
bors[bot]lnicola
andauthored
Merge #6392
6392: Also set textDecoration: none on inlay hints r=SomeoneToIgnore a=lnicola Closes #6380 Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 53c7aea + 91b4dd6 commit a9b60b8

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)