-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
If I click on the "Print" code lens it will print to the terminal but I see there are also some error messages in the Output view.
target "a" {
args = {
var = "value"
}
}Error: the task 'docker-vscode-extension: docker buildx bake' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
"type": "shell",
"id": "shell,docker,buildx,bake,--print,a,",
"problemMatcher": [],
"label": "docker-vscode-extension: docker buildx bake"
}
Error: the task 'docker-vscode-extension: docker buildx bake' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
"type": "shell",
"id": "shell,docker,buildx,bake,--print,a,",
"problemMatcher": [],
"label": "docker-vscode-extension: docker buildx bake"
}