cache fixed, delete buttons fixed

This commit is contained in:
Dobromir Popov
2025-10-24 21:34:23 +03:00
parent 420251f2d4
commit 6e58f4d88f
5 changed files with 149 additions and 40 deletions

42
.vscode/tasks.json vendored
View File

@@ -144,26 +144,26 @@
}
}
},
{
"type": "docker-build",
"label": "docker-build",
"platform": "python",
"dockerBuild": {
"tag": "gogo2:latest",
"dockerfile": "${workspaceFolder}/Dockerfile",
"context": "${workspaceFolder}",
"pull": true
}
},
{
"type": "docker-run",
"label": "docker-run: debug",
"dependsOn": [
"docker-build"
],
"python": {
"file": "run_clean_dashboard.py"
}
}
// {
// "type": "docker-build",
// "label": "docker-build",
// "platform": "python",
// "dockerBuild": {
// "tag": "gogo2:latest",
// "dockerfile": "${workspaceFolder}/Dockerfile",
// "context": "${workspaceFolder}",
// "pull": true
// }
// },
// {
// "type": "docker-run",
// "label": "docker-run: debug",
// "dependsOn": [
// "docker-build"
// ],
// "python": {
// "file": "run_clean_dashboard.py"
// }
// }
]
}