mirror of
https://github.com/coder/code-server.git
synced 2024-11-30 21:26:01 +03:00
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"#pragma region $0"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"#pragma endregion"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|