updated to v1.11

This commit is contained in:
Dan Remollino
2023-03-29 13:26:14 -04:00
parent f54df94398
commit 32a2608219
3 changed files with 45 additions and 22 deletions

View File

@ -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",