Merge pull request #1081 from zed-industries/project-panel-with-new-mouse-events

Introduce context menu to project panel
This commit is contained in:
Antonio Scandurra 2022-05-31 10:40:42 +02:00 committed by GitHub
commit da46d78ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 2493 additions and 673 deletions

View file

@ -82,6 +82,7 @@ pub fn init_tracing(config: &Config) -> Option<()> {
use tracing_subscriber::layer::SubscriberExt;
let rust_log = config.rust_log.clone()?;
println!("HEY!");
LogTracer::init().log_err()?;
let subscriber = tracing_subscriber::Registry::default()