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:
Kirill Bulatov 2024-08-13 13:15:57 +03:00 committed by GitHub
parent c2b254a67a
commit 081cbcebd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 93 additions and 137 deletions

View file

@ -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;