Skip to content

Support for "go.testFlags" #24

@moro-drake

Description

@moro-drake

Currently extension does not offer support for go.testFlags, can you please add it?
Flags are specified in .vscode.settings.json like this:

{
  "go.testFlags": [
    "-v",
    "-timeout=30m",
    "-args",
    "-customFlag",
    "someValue",
]
}

Custom flags are often used to pass some configuration to tests (they need the '-args' flag before, as go won't build with custom flags).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions