Skip to content

Add language toolchains #19576

Merged
osiewicz merged 58 commits intomainfrom
language-toolchains-v1
Oct 28, 2024
Merged

Add language toolchains #19576
osiewicz merged 58 commits intomainfrom
language-toolchains-v1

Conversation

@osiewicz
Copy link
Member

@osiewicz osiewicz commented Oct 22, 2024

This PR adds support for selecting toolchains for a given language (e.g. Rust toolchains or Python virtual environments) with support for SSH projects provided out of the box. For Python we piggy-back off of PET, a library maintained by Microsoft.
Closes #16421
Closes #7646

Release Notes:

  • Added toolchain selector to the status bar (with initial support for Rust and Python)

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 22, 2024
@osiewicz osiewicz merged commit cdddb4d into main Oct 28, 2024
@osiewicz osiewicz deleted the language-toolchains-v1 branch October 28, 2024 14:34
@pantheraleo-7

This comment was marked as off-topic.

CharlesChen0823 pushed a commit to CharlesChen0823/zed that referenced this pull request Nov 18, 2024
This PR adds support for selecting toolchains for a given language (e.g.
Rust toolchains or Python virtual environments) with support for SSH
projects provided out of the box. For Python we piggy-back off of
[PET](https://github.com/microsoft/python-environment-tools), a library
maintained by Microsoft.
Closes zed-industries#16421
Closes zed-industries#7646

Release Notes:

- Added toolchain selector to the status bar (with initial support for
Python virtual environments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

display currently used python version and venv/virtual environment in status bar Option to select python environments

2 participants