Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Diagnostics key context (#23043)
Closes #17337 Release Notes: - Add `Diagnostics` key context - Enables users to specify key bindings for that pane ```json { "context": "Diagnostics", "bindings": { "alt-q": "diagnostics::ToggleWarnings" } } ```
- Loading branch information