Files
dontbreakesable-mod/.vscode/tasks.json
T
R1FoM 1da1a82143
Build / build (push) Waiting to run
Release / release (release) Waiting to run
туту
туттуру
2026-05-13 19:16:59 +02:00

23 lines
557 B
JSON

{
"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": []
}
]
}