mirror of
https://github.com/danog/code-server.git
synced 2024-12-14 18:28:13 +01:00
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"#region $0"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"#endregion"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|