{
"DocuNote - General Note": {
"prefix": "note",
"body": [
"",
" ${1:This is a general note to convey information to the user.}",
""
],
"description": "Insert a general note"
},
"DocuNote - Danger Note": {
"prefix": "danger",
"body": [
"",
" ${1:This is a danger alert to notify the user of a critical issue.}",
""
],
"description": "Insert a danger note"
},
"DocuNote - Warning Note": {
"prefix": "warning",
"body": [
"",
" ${1:This is a warning alert for issues that require attention.}",
""
],
"description": "Insert a warning note"
},
"DocuNote - Success Note": {
"prefix": "success",
"body": [
"",
" ${1:This is a success message to inform the user of successful actions.}",
""
],
"description": "Insert a success note"
}
}