-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Always show "detail" field for debug adapter completions #278113
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
Edit: Turns out this was WAI - it's only showing the
detailfield for the highlighted row.So please consider this a request to be able to always show the detail, since that's what many languages do in the editor now, and it's useful to show something like the type against a variable.
Original bug report:
My debug adapter contributes a completion like this:
If I invoke completion without typing anything, I see this with the detail. If I type "m" to filter, then it retains its detail field. However, if I then press
<esc>and then re-trigger completion, it now shows up without thedetailfield being rendered:dap_missing_detail.mp4