ZIm/crates/terminal/src
Stanislav Alekseev 85fdcef564
Do not enable venv in terminal for bash-like oneshot task invocations (#8444)
Release Notes:
- Work around #8334 by only activating venv in the terminal not in tasks
(see #8440 for a proper solution)
- To use venv modify your tasks in the following way:
```json
{
  "label": "Python main.py",
  "command": "sh",
  "args": ["-c", "source .venv/bin/activate && python3 main.py"]
}
```

---------

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
2024-03-21 19:40:33 +02:00
..
mappings Enable clippy::cast_abs_to_unsigned (#8912) 2024-03-06 12:21:48 -05:00
pty_info.rs Remove wezterm fork from dependencie (#8998) 2024-03-12 21:27:40 +02:00
terminal.rs Do not enable venv in terminal for bash-like oneshot task invocations (#8444) 2024-03-21 19:40:33 +02:00
terminal_settings.rs Setting to show/hide terminal title (#8559) 2024-03-01 23:37:02 +02:00