- Use syntax tokens instead of manually adding token content
- Add solarized to output
- Add ramp step value to the token description in Figma Tokens
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Introduces the `size` token, a token that will be used for defining standardized sizes for paddings, margins & borders.
Available sizes are `px`, `xs`, `sm`, `md`, `lg`, `xl`
- Adds `size`, types, and token
- Adds the size() function
Previously, buffer edits represented empty strings as None
variants of an Option. Now, the edit logic just explicitly
checks for empty strings.
Co-authored-by: Keith Simmons <keith@zed.dev>
We updated the core-foundation crates because Tonic (the GRPC crate) relies on a newer version of core foundation to find TLS root certificates.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Switch to isahc library. It's not as fancy, but it works and has a smaller footprint.
Nathan Sobo
created
1293b21
Get db tests passing with Tokio Postgres adaptor
Click to expand commit body
We now run tests that interact with the real database under a Tokio reactor. We make the tests run multi-threaded so we can block on the main thread on database teardown and still make progress actually tearing down the DB.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
b4ae2b2
Remove remaining `async-std` dependencies from `collab`
Antonio Scandurra
created
dec88a4
Merge pull request #918 from zed-industries/tokio
Click to expand commit body
Switch collab server to Tokio/Axum
Antonio Scandurra
created
e2a92f4
Merge remote-tracking branch 'origin/main' into tokio
Nathan Sobo
created
2adb9fe
Get zed.dev working with new collab backend
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
7c3bdf9
Merge pull request #916 from zed-industries/sort-themes
Click to expand commit body
Sort themes by light/dark first and then alphabetically
Nathan Sobo
created
2ae2dae
Merge pull request #917 from zed-industries/titlebar-design