Some command d(ex : mvn quarkus:dev) are launched with the terminal. The terminal could display some stacktrace:

It should be nice if we could open the Java type, method, field with hyperlink.
It seems that it is doable with vscode.window.registerTerminalLinkProvider.
See :