TZ wip, UI model stats fix

This commit is contained in:
Dobromir Popov
2025-07-29 15:12:48 +03:00
parent afde58bc40
commit b3e3a7673f
3 changed files with 171 additions and 143 deletions

5
.vscode/tasks.json vendored
View File

@ -6,7 +6,8 @@
"type": "shell",
"command": "powershell",
"args": [
"-ExecutionPolicy", "Bypass",
"-ExecutionPolicy",
"Bypass",
"-File",
"scripts/kill_stale_processes.ps1"
],
@ -109,4 +110,4 @@
"problemMatcher": []
}
]
}
}