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 01e40928d8
docs: Document configuring binary path for clangd (#17433)
This PR adds documentation for how to configure the binary path for
`clangd`.

Release Notes:

- N/A
2024-09-05 13:05:09 -04:00
.cargo
.cloudflare
.config
.github Update actions/upload-artifact digest to 5076954 (#17372) 2024-09-04 15:36:58 -04:00
.zed Add hard_tabs: false in project settings (#17357) 2024-09-04 12:30:28 -04:00
assets Pane: Add tab pinning (#17426) 2024-09-05 18:53:55 +02:00
crates search: Fix keybindings display on project search landing page (#17430) 2024-09-05 18:54:26 +02:00
docs docs: Document configuring binary path for clangd (#17433) 2024-09-05 13:05:09 -04:00
extensions svelte: Bump to v0.1.1 (#17414) 2024-09-05 10:14:20 -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: Fix Google AI provider not respecting low_speed_timeout_in_seconds (#17423) 2024-09-05 18:16:30 +02:00
Cargo.toml Upgrade pulldown_cmark to v0.12 (#17418) 2024-09-05 10:46:51 -04:00
CODE_OF_CONDUCT.md
compose.yml
CONTRIBUTING.md
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.