mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
17 lines
251 B
JSON
17 lines
251 B
JSON
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"/*#region $0*/"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"/*#endregion $0*/"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|