mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Extend activation highlighting to entire command (#2070)
## Summary
In `source .venv/bin/activate`, _only_ `.venv` is colored cyan.

This commit is contained in:
parent
1bc5485094
commit
f315d07133
3 changed files with 47 additions and 40 deletions
|
@ -29,7 +29,7 @@ pub fn find_requested_python(
|
|||
platform: &Platform,
|
||||
cache: &Cache,
|
||||
) -> Result<Option<Interpreter>, Error> {
|
||||
debug!("Starting interpreter discovery for Python {}", request);
|
||||
debug!("Starting interpreter discovery for Python @ `{request}`");
|
||||
let versions = request
|
||||
.splitn(3, '.')
|
||||
.map(str::parse::<u8>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue