From 0ea5e3e9000d795d96631a89d3f4526763070bd0 Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Tue, 9 Feb 2021 16:25:07 +0800 Subject: [PATCH] Fix rest-client.fontSize Default Value is Invalid #760 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 042ede11..0c3cdbd4 100644 --- a/package.json +++ b/package.json @@ -379,9 +379,8 @@ }, "rest-client.fontSize": { "type": "number", - "default": null, "scope": "resource", - "description": "Controls the font size in pixels used in the response preview" + "markdownDescription": "Controls the font size in pixels used in the response preview. When set to `0`, the value of `#editor.fontSize#` is used." }, "rest-client.fontFamily": { "type": "string",