Files
Stocky/.vscode/Region.code-snippets

24 lines
552 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Region: Проверено": {
"prefix": "region-done",
"body": [
"// region 🟢 Проверено: $1",
"",
"$2",
"",
"// endregion"
],
"description": "Сворачиваемый блок: проверено"
},
"Region: Не проверено": {
"prefix": "region-pending",
"body": [
"// region 🔴 Не проверено: $1",
"",
"$2",
"",
"// endregion"
],
"description": "Сворачиваемый блок: не проверено"
}
}