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 f0759ac commit dc3e4a2Copy full SHA for dc3e4a2
doc/json_schema.json
@@ -1008,7 +1008,7 @@
1008
},
1009
"type": {
1010
"type": "string",
1011
- "description": "Set whether to show icon before string keys",
+ "description": "Set whether to show builtin icon before string keys",
1012
"oneOf": [
1013
{
1014
"const": "none",
@@ -1020,7 +1020,7 @@
1020
1021
1022
"const": "icon",
1023
- "description": "Show icon keys (requires newest nerd font)"
+ "description": "Show builtin icon (requires newest nerd font)"
1024
1025
1026
"const": "both",
@@ -1047,7 +1047,6 @@
1047
"description": "Show both icon and string with 4 spaces between them"
1048
}
1049
],
1050
- ],
1051
"default": "string"
1052
1053
"paddingLeft": {
0 commit comments