wip model CP storage/loading,

models are aware of current position
fix kill stale procc task
This commit is contained in:
Dobromir Popov
2025-07-29 14:51:40 +03:00
parent f34b2a46a2
commit afde58bc40
7 changed files with 472 additions and 82 deletions

5
.vscode/tasks.json vendored
View File

@ -6,8 +6,9 @@
"type": "shell",
"command": "powershell",
"args": [
"-Command",
"Get-Process python | Where-Object {$_.ProcessName -eq 'python' -and $_.MainWindowTitle -like '*dashboard*'} | Stop-Process -Force; Start-Sleep -Seconds 1"
"-ExecutionPolicy", "Bypass",
"-File",
"scripts/kill_stale_processes.ps1"
],
"group": "build",
"presentation": {