vscode-maven
vscode-maven copied to clipboard
Alert only once when maven is missing
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.