Skip to content

Commit 93fca75

Browse files
bors[bot]kjeremy
andauthored
Merge #6394
6394: Smaller inlay hints r=SomeoneToIgnore a=kjeremy This makes things a lot more readable but isn't officially supported by vscode: microsoft/vscode#9078 Inspired by Visual Studio, IntelliJ and Resharper. Co-authored-by: kjeremy <[email protected]>
2 parents e341832 + 77ffe13 commit 93fca75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
6161
backgroundColor: bg,
6262
fontStyle: "normal",
6363
fontWeight: "normal",
64-
textDecoration: "none",
64+
textDecoration: ";font-size:smaller",
6565
},
6666
}),
6767
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {

0 commit comments

Comments
 (0)