cache fixed, delete buttons fixed
This commit is contained in:
42
.vscode/tasks.json
vendored
42
.vscode/tasks.json
vendored
@@ -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"
|
||||
// }
|
||||
// }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user