Skip configuration loading while unused (#3092)
## Summary No benefit to doing this until it actually ships.
This commit is contained in:
@@ -104,9 +104,6 @@ async fn run() -> Result<ExitStatus> {
|
||||
}
|
||||
};
|
||||
|
||||
// Load the workspace settings.
|
||||
let _ = uv_workspace::Workspace::find(env::current_dir()?)?;
|
||||
|
||||
let globals = cli.global_args;
|
||||
|
||||
// Configure the `tracing` crate, which controls internal logging.
|
||||
|
||||
Reference in New Issue
Block a user