When multiple saves occur, we can have multiple start events followed by multiple end events. We don't want to update our project diagnostics view until all pending progress is finished. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
7 lines
118 B
Rust
7 lines
118 B
Rust
#[cfg(test)]
|
|
#[ctor::ctor]
|
|
fn init_logger() {
|
|
// std::env::set_var("RUST_LOG", "info");
|
|
env_logger::init();
|
|
}
|