Skip to content

Show detail field for all debug console completion items#310379

Merged
roblourens merged 2 commits into
microsoft:mainfrom
yogeshwaran-c:fix/debug-completion-detail-278113
Apr 21, 2026
Merged

Show detail field for all debug console completion items#310379
roblourens merged 2 commits into
microsoft:mainfrom
yogeshwaran-c:fix/debug-completion-detail-278113

Conversation

@yogeshwaran-c
Copy link
Copy Markdown
Contributor

Summary

  • Fix debug console completion items to always show the detail field for all items in the list, not just the currently focused/selected one
  • Use a structured CompletionItemLabel (with description) instead of a plain string label when detail is present, matching how the editor suggest widget renders always-visible inline details
  • This aligns debug console completions with normal editor completion behavior, where type information is visible for all items

Fixes #278113

@roblourens roblourens enabled auto-merge (squash) April 21, 2026 00:19
@roblourens roblourens merged commit a4d117d into microsoft:main Apr 21, 2026
26 checks passed
@vs-code-engineering vs-code-engineering Bot added this to the 1.118.0 milestone Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Always show "detail" field for debug adapter completions

3 participants