Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Coverage computation too disruptive #777

@mtrmac

Description

@mtrmac

I use

    "files.autoSave": "afterDelay",
    "go.coverOnSave": true,

which has worked fine. After a recent update to Code 1.9 / vscode-go 0.6.53, every edit which breaks the syntax or cases tests to fail immediately opens an output window with Command failed: /usr/bin/go test -coverprofile=/tmp/go-code-cover and details of the failure.

That’s… extremely disruptive. Would it be possible to revert to the previous behavior, or perhaps to open such a window only on explicit requests to run tests?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions