Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
microsoft
/
vscode-java-debug
Public
Notifications
You must be signed in to change notification settings
Fork
429
Star
590
Code
Issues
201
Pull requests
7
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
feat: linkify Java stack traces in text documents (#1654)
- #1657
#1657
Merged
wenyt (wenytang-ms)
merged 14 commits into
main
microsoft/vscode-java-debug:main
from
feature/stacktrace-console-1654
microsoft/vscode-java-debug:feature/stacktrace-console-1654
Copy head branch name to clipboard
Jul 23, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat: linkify Java stack traces in text documents (#1654)
#1657
wenyt (wenytang-ms)
merged 14 commits into
main
microsoft/vscode-java-debug:main
from
feature/stacktrace-console-1654
microsoft/vscode-java-debug:feature/stacktrace-console-1654
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2026
feat: linkify Java stack traces in text documents (#1654)
Show description for db3100a
wenyt (wenytang-ms)
committed
db3100a
View commit details
Copy full SHA for db3100a
Browse repository at this point
feat(telemetry): track stack-trace console reach, clicks, and command usage
Show description for e43a338
wenyt (wenytang-ms)
committed
e43a338
View commit details
Copy full SHA for e43a338
Browse repository at this point
refactor(telemetry): keep a single click event, drop reach + command events
Show description for 8d57dca
wenyt (wenytang-ms)
committed
8d57dca
View commit details
Copy full SHA for 8d57dca
Browse repository at this point
feat: activate on Java workspaces so stack-trace linkify is on by default
Show description for a12a7c6
wenyt (wenytang-ms)
committed
a12a7c6
View commit details
Copy full SHA for a12a7c6
Browse repository at this point
fix: only linkify once the Java language server reaches Standard mode
Show description for fc2d181
wenyt (wenytang-ms)
committed
fc2d181
View commit details
Copy full SHA for fc2d181
Browse repository at this point
refactor(telemetry): drop the documentSource dimension, keep a bare click count
Show description for 96ed5c6
wenyt (wenytang-ms)
committed
96ed5c6
View commit details
Copy full SHA for 96ed5c6
Browse repository at this point
Commits on Jul 23, 2026
refactor: scope stack-trace linkify to untitled documents only
Show description for 8565a6b
wenyt (wenytang-ms)
committed
8565a6b
View commit details
Copy full SHA for 8565a6b
Browse repository at this point
refactor: gate palette command on javaLSReady, share frame parser, harden navigate
Show description for 867f458
wenyt (wenytang-ms)
committed
867f458
View commit details
Copy full SHA for 867f458
Browse repository at this point
fix: address stack trace review feedback
Show description for 287c30e
wenyt (wenytang-ms)
and
Copilot
committed
287c30e
View commit details
Copy full SHA for 287c30e
Browse repository at this point
fix: harden stack trace command links
Show description for 7dea2b2
wenyt (wenytang-ms)
and
Copilot
committed
7dea2b2
View commit details
Copy full SHA for 7dea2b2
Browse repository at this point
refactor: clarify stack frame validation
Show description for 0c31940
wenyt (wenytang-ms)
and
Copilot
committed
0c31940
View commit details
Copy full SHA for 0c31940
Browse repository at this point
fix: reject invalid stack frame line numbers
Show description for 381e4bd
wenyt (wenytang-ms)
and
Copilot
committed
381e4bd
View commit details
Copy full SHA for 381e4bd
Browse repository at this point
fix: streamline stack trace initialization
Show description for 4d47da9
wenyt (wenytang-ms)
and
Copilot
committed
4d47da9
View commit details
Copy full SHA for 4d47da9
Browse repository at this point
feat: linkify stack traces in log files
Show description for c055125
wenyt (wenytang-ms)
and
Copilot
committed
c055125
View commit details
Copy full SHA for c055125
Browse repository at this point
You can’t perform that action at this time.