Truncate description in tab title when it is too long
This commit is contained in:
parent
07d269234f
commit
fd5cb02ea9
3 changed files with 9 additions and 4 deletions
|
@ -35,6 +35,7 @@ use gpui::{
|
|||
};
|
||||
use highlight_matching_bracket::refresh_matching_bracket_highlights;
|
||||
use hover_popover::{hide_hover, HoverState};
|
||||
pub use items::MAX_TAB_TITLE_LEN;
|
||||
pub use language::{char_kind, CharKind};
|
||||
use language::{
|
||||
BracketPair, Buffer, CodeAction, CodeLabel, Completion, Diagnostic, DiagnosticSeverity,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue