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
Piotr Osiewicz 8d4bdd6dc6
lsp: Fill in version for SnippetEdit from drive (#17360)
Related to #16680 

Release Notes:

- N/A
2024-09-04 19:31:32 +02:00
.cargo
.cloudflare
.config
.github
.zed Add hard_tabs: false in project settings (#17357) 2024-09-04 12:30:28 -04:00
assets outline_panel: Fix j and k not working in outline panel filter (#17293) 2024-09-04 11:27:07 +02:00
crates lsp: Fill in version for SnippetEdit from drive (#17360) 2024-09-04 19:31:32 +02:00
docs Update typescript docs (#17321) 2024-09-04 09:16:55 +02:00
extensions svelte: Update Tree-sitter grammar (#17323) 2024-09-04 10:00:19 -04:00
legal legal: Correct privacy policy (#17238) 2024-09-01 11:33:06 -04:00
nix
script scripts: Fix bundle-linux when RUSTFLAGS is unset (#17218) 2024-08-31 23:13:41 +03:00
tooling/xtask
.dockerignore
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap Update .mailmap (#17182) 2024-08-30 17:34:05 -04:00
Cargo.lock assistant: Propagate LLM stop reason upwards (#17358) 2024-09-04 12:31:10 -04:00
Cargo.toml assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md Update extension docs link in CONTRIBUTING.md (#17074) 2024-08-29 14:27:41 +03:00
debug.plist
default.nix
docker-compose.sql
Dockerfile
flake.lock
flake.nix
LICENSE-AGPL
LICENSE-APACHE
LICENSE-GPL
livekit.yaml
Procfile
Procfile.postgrest
README.md
renovate.json
rust-toolchain.toml
shell.nix
typos.toml Update .mailmap (#17182) 2024-08-30 17:34:05 -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.