From 8a5a5b24776cb253251931a993f13d4476f844d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 27 Oct 2020 09:18:25 +0200 Subject: Set font-wieght: normal on inlay hints --- editors/code/src/inlay_hints.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/code/src/inlay_hints.ts') diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index ed0db2924..09f40229b 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts @@ -60,6 +60,7 @@ function createHintStyle(hintKind: "type" | "parameter" | "chaining") { color: fg, backgroundColor: bg, fontStyle: "normal", + fontWeight: "normal", }, }), toDecoration(hint: ra.InlayHint, conv: lc.Protocol2CodeConverter): vscode.DecorationOptions { -- cgit v1.2.3