Added menu::UseSelectedQuery command that populates task modal query with the selected task name (#8572)
This commit is contained in:
parent
9bd5ebb74b
commit
b7429bf29d
10 changed files with 340 additions and 116 deletions
|
|
@ -99,6 +99,8 @@ pub use language::Location;
|
|||
pub use prettier::FORMAT_SUFFIX as TEST_PRETTIER_FORMAT_SUFFIX;
|
||||
pub use project_core::project_settings;
|
||||
pub use project_core::worktree::{self, *};
|
||||
#[cfg(feature = "test-support")]
|
||||
pub use task_inventory::test_inventory::*;
|
||||
pub use task_inventory::{Inventory, TaskSourceKind};
|
||||
|
||||
const MAX_SERVER_REINSTALL_ATTEMPT_COUNT: u64 = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue