microsoft / microsoft/vscode-java-debug
Provide tooltip when hovering terminal link
Open
@CsCherrYY is already working on this.
Since Mar 7, 2022.
ai-triaged
enhancement
terminal
ux
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.