Filter out other languages' tasks from the task modal (#10839)
Release Notes: - Fixed tasks modal showing history from languages, not matching the currently active buffer's one
This commit is contained in:
parent
a0fa8a489b
commit
dd41c10099
3 changed files with 209 additions and 5 deletions
|
|
@ -470,6 +470,7 @@ mod tests {
|
|||
pub(crate) fn init_test(cx: &mut TestAppContext) -> Arc<AppState> {
|
||||
cx.update(|cx| {
|
||||
let state = AppState::test(cx);
|
||||
file_icons::init((), cx);
|
||||
language::init(cx);
|
||||
crate::init(cx);
|
||||
editor::init(cx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue