туту
Build / build (push) Waiting to run
Release / release (release) Waiting to run

туттуру
This commit is contained in:
2026-05-13 19:16:59 +02:00
commit 1da1a82143
22 changed files with 1265 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "prepareClientRun",
"type": "process",
"command": "${workspaceFolder}/.vscode/prepareClientRun.sh",
"windows": {
"command": "${workspaceFolder}\\.vscode\\prepareClientRun.bat"
},
"linux": {
"command": "${workspaceFolder}/.vscode/prepareClientRun.sh"
},
"osx": {
"command": "${workspaceFolder}/.vscode/prepareClientRun.sh"
},
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
}
]
}