vscode-maven icon indicating copy to clipboard operation
vscode-maven copied to clipboard

Alert only once when maven is missing

Open oakad opened this issue 5 years ago • 0 comments

Maven for java v0.21.0/vscode v1.41.1 Windows

We are commonly using vscode with "polyglot" projects, so on some machine, a project may contain multiple pom files but no maven installed.

The maven extension in this case will emit multiple messages "Maven executable not found in PATH. Please specify "maven.executable.path".", each requiring a mouse button click. Moreover, it appears to emit multiple such messages per every pom file encountered.

Desired outcome: emit only a single message and give up.

oakad avatar Feb 05 '20 02:02 oakad