Merge /active command into /tabs one (#16154)
Now, tabs have arguments, `active` (default, applied also for no arguments case) and `all` to insert the active tab only or all tabs. Release Notes: - N/A
This commit is contained in:
parent
c2b254a67a
commit
081cbcebd9
5 changed files with 93 additions and 137 deletions
|
@ -17,7 +17,6 @@ use std::{
|
|||
use ui::ActiveTheme;
|
||||
use workspace::Workspace;
|
||||
|
||||
pub mod active_command;
|
||||
pub mod default_command;
|
||||
pub mod diagnostics_command;
|
||||
pub mod docs_command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue