mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
16 lines
241 B
Text
16 lines
241 B
Text
{
|
|
"Region Start": {
|
|
"prefix": "#region",
|
|
"body": [
|
|
"//#region"
|
|
],
|
|
"description": "Folding Region Start"
|
|
},
|
|
"Region End": {
|
|
"prefix": "#endregion",
|
|
"body": [
|
|
"//#endregion"
|
|
],
|
|
"description": "Folding Region End"
|
|
}
|
|
}
|