Skip to content

Bake code lens tasks causes errors to be printed #229

@rcjsuen

Description

@rcjsuen

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions