Skip to content

Error notification with version 0.2.0 #1054

@sschulz92

Description

@sschulz92

Recently, there was a new VS Code plugin version released. Since this version, I can see an error notification whenever the Gauge plugin starts.

Image

In src/cli.ts the private method was changed (hash efa4711a91c3133162c4b3fd2bc65c565b655e2c) to actually show this:

private static getCommand(command: string): string {
    for (const candidate of this.getCommandCandidates(command)) {
        if (this.checkSpawnable(candidate)) return candidate;
    }
    window.showErrorMessage(`Unable to find executable launch command: ${command}`);
}

Question: Why is the error shown now? How can I overcome this error notification?

Side note: In my PATH you can find the command "mvn", though VS Code plugin Gauge does not recognize it.

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