mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Also set textDecoration: none on inlay hints
This commit is contained in:
parent
53c7aead8f
commit
91b4dd63b0
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
|
||||||
backgroundColor: bg,
|
backgroundColor: bg,
|
||||||
fontStyle: "normal",
|
fontStyle: "normal",
|
||||||
fontWeight: "normal",
|
fontWeight: "normal",
|
||||||
|
textDecoration: "none",
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {
|
toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue