The extension currently lets the user try to add Quarkus extensions even if a Maven Quarkus project is not open.
It would be great if we had something like this:
- Open a folder that does not contain a Quarkus project
- Invoke the "Quarkus: Add extensions to current project" command (which starts the vscode-quarkus extension since it is one of the activation events)
- vscode-quarkus then detects that we are not in a Quarkus project, and displays an error message.
The extension currently lets the user try to add Quarkus extensions even if a Maven Quarkus project is not open.
It would be great if we had something like this: