Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 227 Bytes

sch-property-prompt-yes-no.md

File metadata and controls

12 lines (10 loc) · 227 Bytes

sch-property-prompt-yes-no

Add a property to schema.json contains prompt Y/N

"${1:property}": {
  "description": "${2:description}",
  "type": "boolean",
  "default": "${3:true}",
  "x-prompt": "${4:message}"
}