Skip to content

Commit

Permalink
Fix rest-client.fontSize Default Value is Invalid #760
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Feb 9, 2021
1 parent b66de7f commit 0ea5e3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ea5e3e

Please sign in to comment.