]> git.lizzy.rs Git - rust.git/commitdiff
Also set textDecoration: none on inlay hints
authorLaurențiu Nicola <lnicola@dend.ro>
Wed, 28 Oct 2020 11:49:38 +0000 (13:49 +0200)
committerLaurențiu Nicola <lnicola@dend.ro>
Wed, 28 Oct 2020 11:49:38 +0000 (13:49 +0200)
editors/code/src/inlay_hints.ts

index 09f40229b42340223c085b0548ac2e403471809e..2336a266a0a086a5c7b9bf73c1c035bc4aeb7d8a 100644 (file)
@@ -61,6 +61,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") {
                 backgroundColor: bg,
                 fontStyle: "normal",
                 fontWeight: "normal",
+                textDecoration: "none",
             },
         }),
         toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions {