We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4741ae7 commit 84b009cCopy full SHA for 84b009c
editors/code/src/inlay_hints.ts
@@ -42,12 +42,14 @@ export function activateInlayHints(ctx: Ctx) {
42
const typeHintDecorationType = vscode.window.createTextEditorDecorationType({
43
after: {
44
color: new vscode.ThemeColor('rust_analyzer.inlayHint'),
45
+ fontStyle: "normal",
46
},
47
});
48
49
const parameterHintDecorationType = vscode.window.createTextEditorDecorationType({
50
before: {
51
52
53
54
55
0 commit comments