Начальный коммит
This commit is contained in:
24
.vscode/Region.code-snippets
vendored
Normal file
24
.vscode/Region.code-snippets
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"Region: Проверено": {
|
||||
"prefix": "region-done",
|
||||
"body": [
|
||||
"// region 🟢 Проверено: $1",
|
||||
"",
|
||||
"$2",
|
||||
"",
|
||||
"// endregion"
|
||||
],
|
||||
"description": "Сворачиваемый блок: проверено"
|
||||
},
|
||||
"Region: Не проверено": {
|
||||
"prefix": "region-pending",
|
||||
"body": [
|
||||
"// region 🔴 Не проверено: $1",
|
||||
"",
|
||||
"$2",
|
||||
"",
|
||||
"// endregion"
|
||||
],
|
||||
"description": "Сворачиваемый блок: не проверено"
|
||||
}
|
||||
}
|
||||
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.ejs": "html",
|
||||
"vector": "cpp"
|
||||
},
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
}
|
||||
Reference in New Issue
Block a user