updated to v1.11
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"name": "FIGlet Text",
|
||||
"organization": "Dan Remollino",
|
||||
"description": "Convert selected text to FIGlet. Great for adding readable text to the Minimap, creating l33t text headers, and organizing files.",
|
||||
"version": "1.10.2",
|
||||
"version": "1.11",
|
||||
"categories": ["commands", "formatters"],
|
||||
|
||||
"entitlements": {
|
||||
@ -518,6 +518,14 @@
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"key": "figlet_text.commentType",
|
||||
"title": "Comment Type",
|
||||
"description": "Comment output line by line or as a single block.",
|
||||
"type": "enum",
|
||||
"values": [["inline", "Inline"], ["block", "Block"]],
|
||||
"default": "inline"
|
||||
},
|
||||
{
|
||||
"key": "figlet_text.commentPadding",
|
||||
"title": "Comment Padding",
|
||||
|
Reference in New Issue
Block a user