vscode-java-debug
vscode-java-debug copied to clipboard
Provide tooltip when hovering terminal link
now if there is any error in the source file from the debug terminal, we can left+click to navigate to that location but there is no tip to guidance to show this information. So many users don't know how to go to that locaiton.

currently a property tooltip is available in TerminalLink. If we provide this tooltip information here (e.g., ctrl + click to go to source), it would be more useful for new VS Code users to get this knowledge.
damn, nice