Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Find a file
Marshall Bowers 591b579ccf
elixir: Bump to v0.0.7 (#15867)
This PR bumps the Elixir extension to v0.0.7.

Changes:

- #14831

Release Notes:

- N/A
2024-08-06 13:07:47 -04:00
.cargo
.cloudflare
.config
.github collab: Add missing ZED_LLM_LOAD_BALANCER_SIZE_UNIT variable (#15868) 2024-08-06 13:02:00 -04:00
.zed
assets Introduce a new /workflow command (#15854) 2024-08-06 16:18:07 +02:00
crates Don't insert unnecessary space below the end of an inline transformation (#15865) 2024-08-06 19:00:23 +02:00
docs ruby: Support "binary" settings for Rubocop and Solargraph (#15110) 2024-08-06 08:36:14 -04:00
extensions elixir: Bump to v0.0.7 (#15867) 2024-08-06 13:07:47 -04:00
script
tooling/xtask
.dockerignore
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
Cargo.lock elixir: Bump to v0.0.7 (#15867) 2024-08-06 13:07:47 -04:00
Cargo.toml Authorize access to language model providers based on country (#15859) 2024-08-06 11:49:04 -04:00
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md
debug.plist
docker-compose.sql
Dockerfile
flake.lock
flake.nix
LICENSE-AGPL
LICENSE-APACHE chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00
LICENSE-GPL
livekit.yaml
Procfile Refactor: Restructure collab main function to prepare for new subcommand: serve llm (#15824) 2024-08-05 12:07:38 -07:00
README.md
renovate.json
rust-toolchain.toml
shell.nix
typos.toml Authorize access to language model providers based on country (#15859) 2024-08-06 11:49:04 -04:00

Zed

CI

Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.


Installation

Packaging status

On macOS and Linux you can download Zed directly or install Zed via your local package manager.

Other platforms are not yet available:

Developing Zed

Contributing

See CONTRIBUTING.md for ways you can contribute to Zed.

Also... we're hiring! Check out our jobs page for open roles.

Licensing

License information for third party dependencies must be correctly provided for CI to pass.

We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:

  • Is it showing a no license specified error for a crate you've created? If so, add publish = false under [package] in your crate's Cargo.toml.
  • Is the error failed to satisfy license requirements for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the accepted array in script/licenses/zed-licenses.toml.
  • Is cargo-about unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml, as specified in the cargo-about book.