-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🤦 detect_venv
setting does nothing
#15699
Comments
🤦 This was me setting |
detect_venv
setting does nothingdetect_venv
setting does nothing
I believe that the If that is not a common enough scenario to implement it, then can someone suggest an alternative way? Is there a way to call a shell script when a terminal starts? |
#11246 covers this.
@iteroji How are you sharing your Zed config with other team members? That's not an expected use case -- your Zed config should be local to you only. |
I'm sharing the project settings as part of the project repo, not the global settings. Can I partially override global settings, such as the |
Oh, I see. I didn't think about that use case at all. You should probably open a separate issue for that. |
Check for existing issues
Describe the bug / provide steps to reproduce it
Configuring the
detect_venv
setting does nothing, and it is impossible to disable the feature."detect_venv": { "on": { "activate_script": "fish" }}
to fix Python config: terminal.detect_venv.activate_script default should detect user's shell #11246, Zed still tries to activate the venv using the default script."detect_venv": "off"
, nothing changes.Because of this, every new terminal session spews a fish error.
Environment
Zed: v0.146.5 (Zed)
OS: macOS 14.6.0
Memory: 16 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: