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 a07122d78f
deno: Bump to v0.0.2 (#15173)
This PR bumps the Deno extension to v0.0.2.

Changes:

- #14410

Release Notes:

- N/A
2024-07-25 08:19:43 -04:00
.cargo
.cloudflare
.config
.github Pin a specific version of typos in CI (#15128) 2024-07-24 19:03:07 -04:00
.zed
assets Remove !jupyter context for cmd-enter (ctrl-enter for linux) key binding (#15133) 2024-07-24 19:02:24 -07:00
crates repl: Add ability to evaluate Markdown code blocks (#15100) 2024-07-25 12:11:19 +02:00
docs Bump tree-sitter and related core language parser libraries (#14986) 2024-07-24 23:38:21 +03:00
extensions deno: Bump to v0.0.2 (#15173) 2024-07-25 08:19:43 -04:00
script Fix contributor-scraping code 2024-07-24 12:34:42 -04:00
tooling/xtask
.dockerignore
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
Cargo.lock deno: Bump to v0.0.2 (#15173) 2024-07-25 08:19:43 -04:00
Cargo.toml Update Rust crate any_vec to 0.14 (#15147) 2024-07-25 12:38:09 +03:00
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md
debug.plist
docker-compose.sql
Dockerfile
flake.lock
flake.nix
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile
README.md
renovate.json renovate: Separate major versions into multiple PRs (#15146) 2024-07-24 23:48:53 -04:00
rust-toolchain.toml
shell.nix
typos.toml Bump tree-sitter and related core language parser libraries (#14986) 2024-07-24 23:38:21 +03: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.