-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Recently, there was a new VS Code plugin version released. Since this version, I can see an error notification whenever the Gauge plugin starts.
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
Labels
No labels