sync active training with UI if running

This commit is contained in:
Dobromir Popov
2025-11-12 22:37:20 +02:00
parent fcbc475686
commit 1af3124be7
7 changed files with 384 additions and 10 deletions

12
.vscode/tasks.json vendored
View File

@@ -4,17 +4,13 @@
{
"label": "Kill Stale Processes",
"type": "shell",
"command": "python",
"command": "${command:python.interpreterPath}",
"args": [
<<<<<<< HEAD
"kill_dashboard.py"
=======
"-ExecutionPolicy",
"Bypass",
"-File",
"scripts/kill_stale_processes.ps1"
>>>>>>> d49a473ed6f4aef55bfdd47d6370e53582be6b7b
],
"options": {
"cwd": "${workspaceFolder}"
},
"group": "build",
"presentation": {
"echo": true,