mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
Schedule check update regardless of notification setting
This commit is contained in:
parent
daca5a3711
commit
c774850fd8
@ -416,8 +416,8 @@ fn loop_turn(
|
||||
if world_state.feature_flags().get("notifications.workspace-loaded") {
|
||||
let msg = format!("workspace loaded, {} rust packages", n_packages);
|
||||
show_message(req::MessageType::Info, msg, &connection.sender);
|
||||
world_state.check_watcher.update();
|
||||
}
|
||||
world_state.check_watcher.update();
|
||||
}
|
||||
|
||||
if state_changed {
|
||||
|
Loading…
Reference in New Issue
Block a user